From 885b65175830f9f7726e3e0b042cee4bcdf757bd Mon Sep 17 00:00:00 2001 From: David Byers <david.byers@liu.se> Date: Mon, 8 Feb 2021 12:05:05 +0100 Subject: [PATCH] More CI/CD. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18a5c28..649b582 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ deploy:firefox:master: - when: never -deploy:thunderbird: +deploy:thunderbird:beta: stage: deploy image: python:3.7-stretch script: @@ -104,6 +104,9 @@ pages: - cp safelinks-cleaner-firefox.xpi .public - mv .public public - ls -lr public + need: + - job: deploy:thunderbird:beta + - job: deploy:firefox:beta artifacts: paths: - public/ -- GitLab