Skip to content
Snippets Groups Projects
Commit 4e6e2aa0 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

Merge branch 'maint-0.4.5' into maint-0.4.6

parents be80383a 3dee8a59
No related branches found
No related tags found
No related merge requests found
......@@ -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"
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