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

fix : Waldo change name #206

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mkdir -p android/app/build/outputs/bundle/; mv build/app/outputs/bundle/googlepl

# 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-waldo.sh)"
bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install.sh)"

# To configure appCenter builds with Waldo UI Automation tool
export WALDO_UPLOAD_TOKEN=e8de69cc07c34d08807e3715286e67fe
Expand Down
2 changes: 1 addition & 1 deletion ios/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ flutter build ios --release --no-codesign

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)"

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