Skip to content
Snippets Groups Projects
Verified Commit ee0b2a98 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

set rules for pages and deployment jobs to be the same (forks only)

parent 26e9bd9e
No related branches found
No related tags found
2 merge requests!277[release] Regular merge of develop,!276set rules for pages and deployment jobs to be the same (forks only)
Pipeline #44786 passed
......@@ -123,7 +123,8 @@ pages:
image: alpine:3.11.3
stage: deploy
rules:
- if: '$CI_MERGE_REQUEST_ID && $CI_PROJECT_NAMESPACE != "R3" && $CI_PROJECT_NAMESPACE != "R3-core"'
- if: '$CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_REF_NAME == "develop" && $CI_PROJECT_PATH == "R3/howto-cards"'
- if: '$CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_REF_NAME == "master" && $CI_PROJECT_PATH == "R3/howto-cards"'
script:
- mv processed_build public
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment