Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-23 18:33:26 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-23 18:33:26 +0300
commite312d62b2f2a4618c8a875054c4676a43084f96c (patch)
treedf5be1ab234ef97da9ee6737d698409755525117 /dockerfiles
parentece763cc97dcf74b5a9abe38ef83e9c46f3a8273 (diff)
Pass CI_COMMIT_REF_NAME via the build image
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.builder.onbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dockerfiles/Dockerfile.builder.onbuild b/dockerfiles/Dockerfile.builder.onbuild
index 5c843ab1..ec2a9a6c 100644
--- a/dockerfiles/Dockerfile.builder.onbuild
+++ b/dockerfiles/Dockerfile.builder.onbuild
@@ -4,6 +4,7 @@ FROM registry.gitlab.com/gitlab-com/gitlab-docs:bootstrap
# Make the variables of the archive Dockerfiles accessible to this build-stage
ONBUILD ARG VER
ONBUILD ARG NANOC_ENV
+ONBUILD ARG CI_COMMIT_REF_NAME
ONBUILD ARG BRANCH_EE
ONBUILD ARG BRANCH_CE
ONBUILD ARG BRANCH_OMNIBUS