Skip to content

Commit

Permalink
💚 ci: -
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Jul 3, 2023
1 parent 9d60703 commit b60a98c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ workflows:
curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash -s -- --force
install_path=$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.shorebird" || printf %s "${XDG_CONFIG_HOME}/shorebird")
echo 'PATH="$install_path/bin:$PATH"' >> ~/.profile
echo 'export PATH' >> ~/.profile
source ~/.profile
echo 'export PATH' >> ~/.bashrc
source ~/.bashrc
echo "added $install_path/bin to PATH"
shorebird doctor
ignore_failure: true
- name: Shorebird doctor
script: |
Expand Down

0 comments on commit b60a98c

Please sign in to comment.