Skip to content

Commit

Permalink
ci(getting-started): prevent failures of all retries
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jul 20, 2024
1 parent 02ff5b4 commit ea82b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ integrationTest() {
# Install the Agoric CLI on this machine's $PATH.
case $1 in
link-cli | link-cli/*)
# Prevent retries from failing with "must not already exist"
rm -f "$HOME/bin/agoric"
yarn link-cli "$HOME/bin/agoric"
persistVar AGORIC_CMD "[\"$HOME/bin/agoric\"]"
;;
Expand Down

0 comments on commit ea82b9a

Please sign in to comment.