diff options
author | David Goulet <dgoulet@torproject.org> | 2022-03-16 13:27:31 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-03-16 13:27:31 -0400 |
commit | 4e6e2aa05d9848494c9f8159eb969c8f9266b957 (patch) | |
tree | 4a531dba7bac8e8c2b417e4bfa3ab2450482ea83 | |
parent | be80383a7cf34520adee17990ef99ad603fbd220 (diff) | |
parent | 3dee8a597f0639cc2f388103af3cdb12633fb575 (diff) | |
download | tor-4e6e2aa05d9848494c9f8159eb969c8f9266b957.tar.gz tor-4e6e2aa05d9848494c9f8159eb969c8f9266b957.zip |
Merge branch 'maint-0.4.5' into maint-0.4.6
-rw-r--r-- | .gitlab-ci.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6bcf38c54..284f7d858c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -242,3 +242,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" |