Merge branch '34952-only-tags-is-not-taken-in-account-in-the-cache-gems-job' into 'master'

Resolve "`only: - tags` is not taken in account in the `cache gems` job"

Closes #34952

See merge request gitlab-org/gitlab-ce!16721
This commit is contained in:
Robert Speicher 2018-01-25 18:44:06 +00:00
commit 491fb6a421
1 changed files with 1 additions and 2 deletions

View File

@ -722,8 +722,6 @@ pages:
cache gems:
<<: *dedicated-runner
<<: *pull-cache
only:
- tags
variables:
SETUP_DB: "false"
script:
@ -734,6 +732,7 @@ cache gems:
only:
- master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee
- tags
gitlab_git_test:
<<: *dedicated-runner