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

More CI/CD. #force-build:thunderbird

parent d978bd98
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33309 failed
......@@ -58,7 +58,7 @@ build:firefox:beta:
- shared/**
- firefox/**
when: always
- if: '$CI_COMMIT_MESSAGE =~ /#force-build/ && $CI_COMMIT_BRANCH == "beta"'
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|firefox)/ && $CI_COMMIT_BRANCH == "beta"'
when: always
- when: never
......@@ -74,7 +74,7 @@ build:firefox:master:
- shared/**
- firefox/**
when: always
- if: '$CI_COMMIT_MESSAGE =~ /#force-build/ && $CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|firefox)/ && $CI_COMMIT_BRANCH == "master"'
when: always
- when: never
......@@ -96,7 +96,7 @@ build:thunderbird:beta:
- shared/**
- thunderbird/**
when: always
- if: '$CI_COMMIT_MESSAGE =~ /#force-build/ && $CI_COMMIT_BRANCH == "beta"'
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|firefox)/ && $CI_COMMIT_BRANCH == "beta"'
when: always
- when: never
......@@ -120,6 +120,9 @@ pages:
job: build:firefox:beta
ref: $CI_COMMIT_REF_NAME
artifacts: true
dependencies:
- build:firefox:beta
- build:thunderbird:beta
artifacts:
paths:
- public/
......
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