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>2020-02-23 12:03:09 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-02-23 12:03:09 +0300
commitadb300fb6f11a481689df1800e06fb7d3e43fe1d (patch)
treeda3c0f79f2aa55c59b12a0b947cdda3a3066d6f0 /dockerfiles
parent98b4018fa671e0f45968a51acef9c8799b4e4334 (diff)
Add charts variable in builder Dockerfile
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 5459ce60..305be286 100644
--- a/dockerfiles/Dockerfile.builder.onbuild
+++ b/dockerfiles/Dockerfile.builder.onbuild
@@ -8,6 +8,7 @@ ONBUILD ARG CI_COMMIT_REF_NAME
ONBUILD ARG BRANCH_EE
ONBUILD ARG BRANCH_OMNIBUS
ONBUILD ARG BRANCH_RUNNER
+ONBUILD ARG BRANCH_CHARTS
# Build the docs from this branch
ONBUILD COPY . /source/