diff options
author | Toon Claes <toon@gitlab.com> | 2018-03-16 16:48:27 +0000 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2018-03-16 16:48:27 +0000 |
commit | f2cc309f7985285bcf34bea2c2a7de02df129d85 (patch) | |
tree | 9af2d652f2ae09f16412ba867c3fc34709a22597 /.gitlab-ci.yml | |
parent | 78fb81e68676fb526e09cadac36045d9cf85e860 (diff) | |
download | gitlab-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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: [] |