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

Try to hide collect job.

parent 0f1820ac
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33329 failed
......@@ -122,10 +122,8 @@ build:firefox:release:
#
# Wait for build artifacts then deploy new beta version to pages.
collect:
.collect:
stage: collect
script:
- echo "done"
only:
- beta
......@@ -139,7 +137,7 @@ pages:
- mv .public public
- ls -lr public
needs:
- job: collect
- job: .collect
- 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.
Finish editing this message first!
Please register or to comment