mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tmp: Force image rebuild
This commit is contained in:
parent
bafc209fc3
commit
305b2c3e1d
1 changed files with 11 additions and 0 deletions
|
|
@ -301,3 +301,14 @@ build-toolbox:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE == "GNOME"'
|
||||
- if: '$CI_COMMIT_BRANCH =~ /^gnome-[0-9-]+$/ && $CI_PROJECT_NAMESPACE == "GNOME"'
|
||||
|
||||
fixup-toolbox:
|
||||
image: quay.io/freedesktop.org/ci-templates:container-build-base-2021-07-29.0
|
||||
stage: deploy
|
||||
needs: []
|
||||
variables:
|
||||
FORCE_REBUILD: "1"
|
||||
script:
|
||||
- .gitlab-ci/build-toolbox-image.sh $MUTTER_CI_IMAGE main
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "fix-toolbox-image"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue