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 23f4e47 commit 51fe34a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ workflows:
script: |
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")
export PATH="$install_path/bin:$PATH"
echo 'PATH="$install_path/bin:$PATH"' >> ~/.profile
echo 'export PATH' >> ~/.profile
source ~/.profile
echo "added $install_path/bin to PATH"
ignore_failure: true
- name: Shorebird doctor
Expand Down

0 comments on commit 51fe34a

Please sign in to comment.