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:
commit
491fb6a421
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue