Commit 491fb6a4 authored by Robert Speicher's avatar Robert Speicher

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
parents 9409c82f 76b0a2fb
...@@ -722,8 +722,6 @@ pages: ...@@ -722,8 +722,6 @@ pages:
cache gems: cache gems:
<<: *dedicated-runner <<: *dedicated-runner
<<: *pull-cache <<: *pull-cache
only:
- tags
variables: variables:
SETUP_DB: "false" SETUP_DB: "false"
script: script:
...@@ -734,6 +732,7 @@ cache gems: ...@@ -734,6 +732,7 @@ cache gems:
only: only:
- master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee - master@gitlab-org/gitlab-ee
- tags
gitlab_git_test: gitlab_git_test:
<<: *dedicated-runner <<: *dedicated-runner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment