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 f8e6269 commit 68a139e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,11 @@ workflows:
source: true
cancel_previous_builds: true
scripts:
# - name: Echo envs
# script: |
# echo $FLUTTER_ROOT
# echo $HOME
# echo $HOME/programs/flutter
# echo $PATH
# ls -a $HOME
# ignore_failure: true
- name: 🐦 Install Shorebird
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")
echo "export PATH="$(install_dir)/bin:$PATH""
export PATH="$(install_path)/bin:$PATH"
echo "added $install_path/bin to PATH"
ignore_failure: true
- name: Shorebird doctor
Expand Down

0 comments on commit 68a139e

Please sign in to comment.