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:
authorAnatoli Babenia <anatoli@rainforce.org>2022-09-27 21:40:40 +0300
committerSarah German <sgerman@gitlab.com>2022-09-27 21:40:40 +0300
commitcbb96ce72e2ef4b8220c621244e742f97fc90cc0 (patch)
tree2b1fa168bda3258fc647016e414fc9c51e271465 /.gitlab-ci.yml
parent31bb991e83baf69bb576c7d6e73a24ef552e119e (diff)
Replace `sed` with `--build-arg` for Dockerfile
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15ecad53..4a6ea83a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,15 +18,7 @@ stages:
- deploy
- post-deploy
-#
-# Pick the remote branch, by default master (see the Rakefile for more info)
-#
variables:
- BRANCH_EE: 'master'
- BRANCH_OMNIBUS: 'master'
- BRANCH_RUNNER: 'main'
- BRANCH_CHARTS: 'master'
- BRANCH_OPERATOR: 'master'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
ALPINE_VERSION: '3.16'