We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3951361 commit 3bcd5afCopy full SHA for 3bcd5af
integration-tests/common.sh
100644
100755
@@ -2,7 +2,7 @@
2
3
TEST_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
4
5
-IMAGE_TAG=$($TEST_DIR/../tools/image-tag)
+IMAGE_TAG=${CIRCLE_TAG:-$($TEST_DIR/../tools/image-tag)}
6
7
COMMON_ARGS="-consul.hostname=consul:8500"
8
STORAGE_ARGS="-config-yaml=/tests/schema1.yaml -dynamodb.url=dynamodb://u:[email protected].:8000"
0 commit comments