mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Merge branch 'maint-0.4.6'
This commit is contained in:
commit
a91bdca1a4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user