Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
feat: waldo revert install script
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed May 26, 2024
1 parent 2bf877e commit 5dc7be2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions android/app/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ mkdir -p android/app/build/outputs/apk/; mv build/app/outputs/apk/product/releas
mkdir -p android/app/build/outputs/bundle/; mv build/app/outputs/bundle/googleplayRelease/app-googleplay-release.aab $_

# To configure appCenter builds with Waldo UI Automation tool
# export WALDO_CLI_BIN=/usr/local/bin
bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install.sh)"
export WALDO_CLI_BIN=/usr/local/bin
bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install-waldo.sh)"

export PATH="/Users/runner/.waldo/bin:$PATH"
export PATH="$WALDO_CLI_BIN:$PATH"

# To configure appCenter builds with Waldo UI Automation tool
export WALDO_UPLOAD_TOKEN=$ANDROID_WALDO_UPLOAD_TOKEN
Expand Down
7 changes: 3 additions & 4 deletions ios/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ flutter build ios --release --no-codesign
## WALDO SECTION
## To configure appCenter builds with Waldo UI Automation tool

# export WALDO_CLI_BIN=/usr/local/bin
export WALDO_CLI_BIN=/usr/local/bin
bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install-waldo.sh)"

bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install.sh)"

export PATH="/Users/runner/.waldo/bin:$PATH"
export PATH="$WALDO_CLI_BIN:$PATH"

# Remove START-SIM-SEC secion from Podfile
sed -i '' "/#-START-SIM-SEC/,/#-END-SIM-SEC/d" 'ios/Podfile'
Expand Down

0 comments on commit 5dc7be2

Please sign in to comment.