mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'always-run-cache-google-chrome' into 'master'
Start the 'cache-google-chrome' job immediately on the main branch See merge request gitlab-org/gitlab-build-images!434
This commit is contained in:
commit
51aa6b9406
1 changed files with 4 additions and 0 deletions
|
|
@ -264,6 +264,10 @@ gitlab-operator-build-base push: *build_and_deploy
|
|||
|
||||
cache-google-chrome:
|
||||
stage: automation
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
# Starts the job immediately
|
||||
needs: []
|
||||
variables:
|
||||
MOUNT_POINT: /builds/$CI_PROJECT_PATH/mnt
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue