summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorBob Micheletto <Micheletto@users.noreply.github.com>2018-02-05 23:22:09 +0100
committerDylan William Hardison <dylan@hardison.net>2018-02-05 23:22:09 +0100
commita04c1a35649b19f80e1c56cf907691daa7705abc (patch)
tree7333c62cab95f67070bfa0d7eeee7429fe44e0d0 /Dockerfile
parentac80568834a7954046d6dcaed98d9460b3d34b09 (diff)
downloadbugzilla-a04c1a35649b19f80e1c56cf907691daa7705abc.tar.gz
bugzilla-a04c1a35649b19f80e1c56cf907691daa7705abc.tar.xz
no bug - change version.json build setting to match dockerflow specifications (#389)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 1ad8d19be..5f4072a18 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,10 +2,10 @@ FROM mozillabteam/bmo-slim:20171228.1
ARG CI
ARG CIRCLE_SHA1
-ARG CIRCLE_BUILD_NUM
+ARG CIRCLE_BUILD_URL
ENV CI=${CI}
-ENV CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM}
+ENV CIRCLE_BUILD_URL=${CIRCLE_BUILD_URL}
ENV CIRCLE_SHA1=${CIRCLE_SHA1}
ENV HTTPD_StartServers=8