Skip to content

Commit

Permalink
Fix current wallet version definition in macos silicon e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Nov 18, 2024
1 parent 95931dc commit d7b83fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/buildkite/main/macos-silicon-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export TESTS_LOGDIR
CARDANO_NODE_CONFIGS="$(pwd)/configs/cardano"
export CARDANO_NODE_CONFIGS

VERSION=$(buildkite-agent meta-data get "release-version" --default "v2024-07-27")
CURRENT_VERSION=v2024-09-29

VERSION=$(buildkite-agent meta-data get "release-version" --default $CURRENT_VERSION)
echo "VERSION=$VERSION"

buildkite-agent artifact \
Expand Down

0 comments on commit d7b83fa

Please sign in to comment.