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>2019-09-30 05:08:40 +0300
committerEvan Read <eread@gitlab.com>2019-09-30 05:08:40 +0300
commit58bc6746bd8a9fda65435747a4f7face0e24e813 (patch)
treef7f8c3aa439aee1bb760f02811997838c7bb976d /dockerfiles
parent7149c067c9d4da986bd8020365d42c39b9e70f96 (diff)
Do not build gitlab-foss anymore
With the single codebase and the symlink hack, there's no reason to pull and build gitlab-foss anymore. This will save us time and money :smile:
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.builder.onbuild1
-rw-r--r--dockerfiles/Dockerfile.single1
2 files changed, 0 insertions, 2 deletions
diff --git a/dockerfiles/Dockerfile.builder.onbuild b/dockerfiles/Dockerfile.builder.onbuild
index 418d4c29..2c5c4fd1 100644
--- a/dockerfiles/Dockerfile.builder.onbuild
+++ b/dockerfiles/Dockerfile.builder.onbuild
@@ -6,7 +6,6 @@ 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
ONBUILD ARG BRANCH_RUNNER
diff --git a/dockerfiles/Dockerfile.single b/dockerfiles/Dockerfile.single
index a30cb445..d55ea11d 100644
--- a/dockerfiles/Dockerfile.single
+++ b/dockerfiles/Dockerfile.single
@@ -7,7 +7,6 @@ ARG VER=X.Y
# Replace the versions to march the stable branches of the upstream projects
ARG BRANCH_EE=X-Y-stable-ee
-ARG BRANCH_CE=X-Y-stable
ARG BRANCH_OMNIBUS=X-Y-stable
ARG BRANCH_RUNNER=X-Y-stable
ARG BRANCH_CHARTS=W-Z-stable