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:29:55 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-23 18:29:55 +0300
commitece763cc97dcf74b5a9abe38ef83e9c46f3a8273 (patch)
treea879e40c30c6d0d6ffc2c9ff4481767a5db23b4b
parent5fbf8805794d0c1d2aaf24cf1ffba075d7568284 (diff)
Pass NANOC_ENV via the build image
We want stable branches to exclude CE from the home page
-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 02606155..5c843ab1 100644
--- a/dockerfiles/Dockerfile.builder.onbuild
+++ b/dockerfiles/Dockerfile.builder.onbuild
@@ -3,6 +3,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 BRANCH_EE
ONBUILD ARG BRANCH_CE
ONBUILD ARG BRANCH_OMNIBUS