Skip to content

Commit 8e2f541

Browse files
Michel DänzerMichel Dänzer
Michel Dänzer
authored and
Michel Dänzer
committed
Revert "gitlab-ci: Only run docker-image stage if relevant source files change"
This reverts commit 8694395fcfd407190db74f31064960e484747377. 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 commit 0ec9a13c2a207e98e2dd6b352552c0e069af0727)
1 parent 34553f5 commit 8e2f541

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.gitlab-ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ stages:
2323

2424
debian-testing:
2525
stage: docker-image
26-
only:
27-
changes:
28-
- .gitlab-ci.yml
29-
- .gitlab-ci/Dockerfile
3026
image:
3127
name: gcr.io/kaniko-project/executor:debug
3228
entrypoint: [""]

0 commit comments

Comments
 (0)