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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2018-03-16 19:48:27 +0300
committerToon Claes <toon@gitlab.com>2018-03-16 19:48:27 +0300
commitf2cc309f7985285bcf34bea2c2a7de02df129d85 (patch)
tree9af2d652f2ae09f16412ba867c3fc34709a22597 /.gitlab-ci.yml
parent78fb81e68676fb526e09cadac36045d9cf85e860 (diff)
Rename manual job to `package-and-qa`
To make it more clear it's building the package **and** doing QA, rename the job.
Diffstat (limited to '.gitlab-ci.yml')
-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: []