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:
Stan Hu 2021-09-15 17:02:13 +00:00
commit 51aa6b9406

View file

@ -264,6 +264,10 @@ gitlab-operator-build-base push: *build_and_deploy
cache-google-chrome: cache-google-chrome:
stage: automation stage: automation
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Starts the job immediately
needs: []
variables: variables:
MOUNT_POINT: /builds/$CI_PROJECT_PATH/mnt MOUNT_POINT: /builds/$CI_PROJECT_PATH/mnt
script: script: