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

More CI/CD. #force-build:thunderbird

parent 6239dc2c
No related branches found
No related tags found
1 merge request!8Beta
Checking pipeline status
......@@ -3,6 +3,7 @@ stages:
- version
- prepare
- build
- collect
- deploy
version:
......@@ -101,6 +102,14 @@ build:thunderbird:beta:
- when: never
collect:
stage: collect
script:
- echo "done"
when:
always
pages:
stage: deploy
script:
......@@ -120,9 +129,6 @@ 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.
Please register or to comment