From 0fa4b166605bf0175677a38cedc2a35cc71bc153 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 8 Mar 2017 15:18:21 -0500 Subject: [PATCH] Rebuild unit-test image for every branch This variable is set by Jenkins, you'll have to set it manually if you build locally. --- tools/docker-compose/unit-tests/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/unit-tests/docker-compose.yml b/tools/docker-compose/unit-tests/docker-compose.yml index 6cb9096ec9..76a4a40342 100644 --- a/tools/docker-compose/unit-tests/docker-compose.yml +++ b/tools/docker-compose/unit-tests/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ../../../ dockerfile: tools/docker-compose/unit-tests/Dockerfile - image: gcr.io/ansible-tower-engineering/unit-test-runner:latest + image: gcr.io/ansible-tower-engineering/unit-test-runner:${GIT_BRANCH} environment: SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl" TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests