commit a91bdca1a41960b3857847fd87ef0bbea4c6e45e parent 7ce17c2b008dee04b209ac698e7a380eae63987e Author: David Goulet <dgoulet@torproject.org> Date: Wed, 16 Mar 2022 13:27:31 -0400 Merge branch 'maint-0.4.6' Diffstat:
| M | .gitlab-ci.yml | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -218,3 +218,22 @@ debian-nss: NSS: "yes" script: - ./scripts/ci/ci-driver.sh + +##### +# Debian packaging triggers for maintenance branches +debian-packaging-0.4.5: + stage: deploy + trigger: + project: tpo/core/debian/tor + branch: debian-0.4.5 + rules: + - if: $CI_PROJECT_NAMESPACE == "tpo/core" && + $CI_COMMIT_BRANCH == "maint-0.4.5" +debian-packaging-0.4.6: + stage: deploy + trigger: + project: tpo/core/debian/tor + branch: debian-0.4.6 + rules: + - if: $CI_PROJECT_NAMESPACE == "tpo/core" && + $CI_COMMIT_BRANCH == "maint-0.4.6"