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 ec2127f commit 3fed3fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ workflows:
- name: 🐦 Install Shorebird
script: |
curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash -s -- --force
install_path=$(printf %s "${HOME}/.shorebird")
echo $install_path/bin >> $PATH
echo "added $install_path/bin to PATH"
echo ${HOME}/.shorebird/bin >> $PATH
echo "added shorebird to PATH"
ignore_failure: true
- name: Shorebird doctor
script: |
Expand Down

0 comments on commit 3fed3fc

Please sign in to comment.