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

More CI/CD. #force-build

parent 81560c79
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33306 failed
......@@ -74,7 +74,7 @@ build:firefox:master:
- shared/**
- firefox/**
when: always
- if: '$CI_COMMIT_MESSAGE =~ /#force-build/ && $CI_COMMIT_BRANCH == "beta"'
- if: '$CI_COMMIT_MESSAGE =~ /#force-build/ && $CI_COMMIT_BRANCH == "master'
when: always
- when: never
......@@ -96,6 +96,8 @@ build:thunderbird:beta:
- shared/**
- thunderbird/**
when: always
- if: '$CI_COMMIT_MESSAGE =~ /#force-build/ && $CI_COMMIT_BRANCH == "beta"'
when: always
- when: never
pages:
......@@ -108,6 +110,7 @@ pages:
- mv .public public
- ls -lr public
needs:
- job: prepare
- 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.
Please register or to comment