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

Build CRX for chrome. #force-rebuild:chrome

parent ddcd8843
No related branches found
No related tags found
No related merge requests found
Pipeline #34367 failed
......@@ -108,7 +108,7 @@ build:edge:beta:
when: never
- if: "$CI_COMMIT_MESSAGE =~ /#release/"
when: never
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|edge)/'
- if: '$CI_COMMIT_MESSAGE =~ /#force-(re)?build:(all|edge)/'
when: always
- changes:
- shared/**/*
......@@ -148,7 +148,7 @@ build:chrome:beta:
when: never
- if: "$CI_COMMIT_MESSAGE =~ /#release/"
when: never
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|chrome)/'
- if: '$CI_COMMIT_MESSAGE =~ /#force-(re)?build:(all|chrome)/'
when: always
- changes:
- shared/**/*
......@@ -201,7 +201,7 @@ build:firefox:beta:
when: never
- if: "$CI_COMMIT_MESSAGE =~ /#release/"
when: never
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|firefox)/'
- if: '$CI_COMMIT_MESSAGE =~ /#force-(re)?build:(all|firefox)/'
when: always
- changes:
- shared/**/*
......@@ -242,7 +242,7 @@ build:thunderbird:beta:
when: never
- if: "$CI_COMMIT_MESSAGE =~ /#release/"
when: never
- if: '$CI_COMMIT_MESSAGE =~ /#force-build:(all|thunderbird)/'
- if: '$CI_COMMIT_MESSAGE =~ /#force-(re)?build:(all|thunderbird)/'
when: always
- changes:
- shared/**/*
......
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