Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
fix testval script
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmcc committed Aug 27, 2021
1 parent 811f71a commit 347553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/make_testval_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MINER_REGISTRY_NAME="$REGISTRY_HOST/team-helium/$REGISTRY_NAME"
DOCKER_NAME="$(basename $(pwd))-${IMAGE_ARCH}_testnet_${BUILDKITE_TAG}"
DOCKERFILE_NAME=".buildkite/scripts/Dockerfile-testval-${IMAGE_ARCH}"

VERSION=$(git describe --abbrev=0 | sed -e 's,validator,,')
VERSION=$(git describe --abbrev=0 | sed -e 's,val,,')

docker login -u="team-helium+buildkite" -p="${QUAY_BUILDKITE_PASSWORD}" ${REGISTRY_HOST}
docker build --build-arg version=$VERSION -t helium:$DOCKER_NAME -f "${DOCKERFILE_NAME}" .
Expand Down

0 comments on commit 347553b

Please sign in to comment.