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
Jérôme Charaoui
Tor
Commits
5c6db978
Commit
5c6db978
authored
Feb 15, 2022
by
Jérôme Charaoui
🔭
Browse files
Update .gitlab-ci.yml file
parent
ea48ddc9
Pipeline
#27613
canceled with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5c6db978
...
...
@@ -218,3 +218,27 @@ debian-nss:
NSS
:
"
yes"
script
:
-
./scripts/ci/ci-driver.sh
debian-packaging-0.3.5
:
stage
:
deploy
trigger
:
project
:
tpo/core/debian/tor
branch
:
debian-0.3.5
rules
:
-
if
:
$CI_COMMIT_REF == "maint-0.3.5"
debian-packaging-0.4.5
:
stage
:
deploy
trigger
:
project
:
tpo/core/debian/tor
branch
:
debian-0.4.5
rules
:
-
if
:
$CI_COMMIT_REF == "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_COMMIT_REF == "maint-0.4.6"
\ No newline at end of file
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