Skip to content

Commit 3bcd5af

Browse files
authored
Make IMAGE_TAG honor CIRCLE_TAG (#1632)
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 3951361 commit 3bcd5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/common.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TEST_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
44

5-
IMAGE_TAG=$($TEST_DIR/../tools/image-tag)
5+
IMAGE_TAG=${CIRCLE_TAG:-$($TEST_DIR/../tools/image-tag)}
66

77
COMMON_ARGS="-consul.hostname=consul:8500"
88
STORAGE_ARGS="-config-yaml=/tests/schema1.yaml -dynamodb.url=dynamodb://u:[email protected].:8000"

0 commit comments

Comments
 (0)