Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
3dee8a59
Commit
3dee8a59
authored
Mar 16, 2022
by
David Goulet
Browse files
Merge branch 'tor-gitlab/mr/533' into maint-0.4.5
parents
254b23ab
6ef6d362
Pipeline
#32341
failed with stages
in 32 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3dee8a59
...
...
@@ -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"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment