Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 3, 2023
1 parent caa6c9d commit bceb907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/scripts/run-test-executive-minimina.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -o pipefail -x

TEST_NAME="$1"
$MINA_DOCKER_TAG="2.0.0rampup4-14047c5-bullseye"
MINA_DOCKER_TAG="2.0.0rampup4-14047c5-bullseye"
MINA_IMAGE="gcr.io/o1labs-192920/mina-daemon:$MINA_DOCKER_TAG-berkeley"
ARCHIVE_IMAGE="gcr.io/o1labs-192920/mina-archive:$MINA_DOCKER_TAG"

Expand Down

0 comments on commit bceb907

Please sign in to comment.