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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2020-08-11 19:27:22 +0300
committerStan Hu <stanhu@gmail.com>2020-08-11 19:30:08 +0300
commit04184793f1761f539abef85cb5608e1713eb91c5 (patch)
tree74caf5778b0ef3b506e2c1b85b997d46b34065db
parent6730c101d0be2db5155b6e2c4de689dc906337f4 (diff)
Disable auto-update of downstream server verson
The release-tools project has been handling the update of `GITALY_SERVER_VERSION` in the EE/CE versions since https://gitlab.com/gitlab-org/release-tools/-/merge_requests/1062. We can remove this step from CI.
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8688418d..cc397131d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,16 +198,6 @@ docker-tag:
only:
- tags@gitlab-org/gitaly
-# Create a MR in GitLab-CE when releasing a Gitaly version
-update-downstream-server-version:
- stage: publish
- when: manual
- only:
- - tags@gitlab-org/gitaly
- script:
- - ruby _support/update-downstream-server-version
- allow_failure: true
-
include:
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml