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:
authorjohn.mcdonnell <jmcdonnell@gitlab.com>2021-10-22 04:17:15 +0300
committerjohn.mcdonnell <jmcdonnell@gitlab.com>2021-10-22 04:17:15 +0300
commit2e81b810bf2f366d2f00f9b7186d69aabdf73af2 (patch)
treeeb108426f7809a9945948c8da6c911ba17fa3992
parentdfbf06e817c6a14fecd0e3d3343857fed820735d (diff)
Use CI_COMMIT_REF_NAME for trigger-qa jobjmd-trigger-manual-qa-job
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6a65672b..91d3eb4ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -321,5 +321,5 @@ trigger-qa:
project: gitlab-org/build/omnibus-gitlab-mirror
variables:
ALTERNATIVE_SOURCES: "true"
- GITALY_SERVER_VERSION: $CI_COMMIT_SHA
+ GITALY_SERVER_VERSION: $CI_COMMIT_REF_NAME
ee: "true"