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: ...@@ -58,7 +58,7 @@ build:firefox:beta:
- shared/** - shared/**
- firefox/** - firefox/**
when: always 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: always
- when: never - when: never
...@@ -74,7 +74,7 @@ build:firefox:master: ...@@ -74,7 +74,7 @@ build:firefox:master:
- shared/** - shared/**
- firefox/** - firefox/**
when: always 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: always
- when: never - when: never
...@@ -96,7 +96,7 @@ build:thunderbird:beta: ...@@ -96,7 +96,7 @@ build:thunderbird:beta:
- shared/** - shared/**
- thunderbird/** - thunderbird/**
when: always 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: always
- when: never - when: never
...@@ -120,6 +120,9 @@ pages: ...@@ -120,6 +120,9 @@ pages:
job: build:firefox:beta job: build:firefox:beta
ref: $CI_COMMIT_REF_NAME ref: $CI_COMMIT_REF_NAME
artifacts: true artifacts: true
dependencies:
- build:firefox:beta
- build:thunderbird:beta
artifacts: artifacts:
paths: paths:
- public/ - 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