Skip to content
Snippets Groups Projects
Commit 3db05e10 authored by David Byers's avatar David Byers
Browse files

More CI/CD. #force-build:thunderbird

parent 28e5f73f
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33313 passed
......@@ -107,16 +107,9 @@ collect:
stage: collect
script:
- echo "done"
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "beta"'
changes:
- shared/**
- thunderbird/**
- firefox/**
when: always
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|firefox|thunderbird)/ && $CI_COMMIT_BRANCH == "beta"'
when: always
- when: never
only:
- master
- beta
pages:
......@@ -129,7 +122,7 @@ pages:
- mv .public public
- ls -lr public
needs:
- job: prepare
- job: collect
- project: $CI_PROJECT_PATH
job: build:thunderbird:beta
ref: $CI_COMMIT_REF_NAME
......
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