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: ...@@ -107,16 +107,9 @@ collect:
stage: collect stage: collect
script: script:
- echo "done" - echo "done"
rules: only:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "beta"' - master
changes: - beta
- shared/**
- thunderbird/**
- firefox/**
when: always
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|firefox|thunderbird)/ && $CI_COMMIT_BRANCH == "beta"'
when: always
- when: never
pages: pages:
...@@ -129,7 +122,7 @@ pages: ...@@ -129,7 +122,7 @@ pages:
- mv .public public - mv .public public
- ls -lr public - ls -lr public
needs: needs:
- job: prepare - job: collect
- project: $CI_PROJECT_PATH - project: $CI_PROJECT_PATH
job: build:thunderbird:beta job: build:thunderbird:beta
ref: $CI_COMMIT_REF_NAME 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