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 3fed3fc commit 72898ac
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 @@ -35,8 +35,9 @@ workflows:
- name: 🐦 Install Shorebird
script: |
curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash -s -- --force
echo ${HOME}/.shorebird/bin >> $PATH
echo "added shorebird to PATH"
install_path=$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.shorebird" || printf %s "${XDG_CONFIG_HOME}/shorebird")
echo "$install_path/bin" >> $PATH
echo "added $install_path/bin to PATH"
ignore_failure: true
- name: Shorebird doctor
script: |
Expand Down

0 comments on commit 72898ac

Please sign in to comment.