mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
Revert "gitlab-ci: Only run docker-image stage if relevant source files change"
This reverts commit8694395fcf. Some scenarios have come to light where this failed to ensure the docker image exists: * If the master branch of a forked repository is used for an MR which doesn't modify .gitlab-ci.yml, the docker-image job may not run. * If the docker-image job of the first pipeline in a forked repository is cancelled or fails for any reason, and .gitlab-ci.yml isn't modified for the next pipeline run. (Cherry picked from commit0ec9a13c2a)
This commit is contained in:
parent
34553f5026
commit
8e2f5410ce
1 changed files with 0 additions and 4 deletions
|
|
@ -23,10 +23,6 @@ stages:
|
|||
|
||||
debian-testing:
|
||||
stage: docker-image
|
||||
only:
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- .gitlab-ci/Dockerfile
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue