summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2018-03-16 16:48:27 +0000
committerToon Claes <toon@gitlab.com>2018-03-16 16:48:27 +0000
commitf2cc309f7985285bcf34bea2c2a7de02df129d85 (patch)
tree9af2d652f2ae09f16412ba867c3fc34709a22597
parent78fb81e68676fb526e09cadac36045d9cf85e860 (diff)
downloadgitlab-ce-f2cc309f7985285bcf34bea2c2a7de02df129d85.tar.gz
Rename manual job to `package-and-qa`
To make it more clear it's building the package **and** doing QA, rename the 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 5556bf5bc0b..724e37141d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -257,7 +257,7 @@ stages:
##
# Trigger a package build in omnibus-gitlab repository
#
-package-qa:
+package-and-qa:
<<: *dedicated-runner
image: ruby:2.4-alpine
before_script: []