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: ...@@ -53,7 +53,7 @@ prepare:
deploy:firefox:beta: deploy:firefox:beta:
extends: .deploy:firefox extends: .deploy:firefox
variables: variables:
- CHANNEL=unlisted - CHANNEL: unlisted
only: only:
- beta - beta
...@@ -61,7 +61,7 @@ deploy:firefox:beta: ...@@ -61,7 +61,7 @@ deploy:firefox:beta:
deploy:firefox:master: deploy:firefox:master:
extends: .deploy:firefox extends: .deploy:firefox
variables: variables:
- CHANNEL=listed - CHANNEL: listed
only: only:
- master - 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