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

Fix CI/CD.

parent dc15ee0e
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33288 failed
......@@ -53,7 +53,7 @@ prepare:
deploy:firefox:beta:
extends: .deploy:firefox
variables:
- CHANNEL=unlisted
- CHANNEL: unlisted
only:
- beta
......@@ -61,7 +61,7 @@ deploy:firefox:beta:
deploy:firefox:master:
extends: .deploy:firefox
variables:
- CHANNEL=listed
- CHANNEL: listed
only:
- master
......
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