Commit bfc73b0b authored by Alexandre Julliard's avatar Alexandre Julliard

gitlab: Disable building image in forks.

parent 660aead7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
build-image: build-image:
stage: image stage: image
rules: rules:
- if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == 'push' && $CI_PROJECT_PATH == "wine/wine" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes: changes:
- tools/gitlab/image.yml - tools/gitlab/image.yml
- tools/gitlab/image.docker - tools/gitlab/image.docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment