Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nodes
rust
Duniter v2S
Commits
9bc16904
Commit
9bc16904
authored
Jan 13, 2022
by
Éloïs
Browse files
ci: exclude job build_debug on master
parent
0faf05f5
Pipeline
#14569
passed with stages
in 22 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9bc16904
...
...
@@ -69,9 +69,9 @@ tests_debug:
rules
:
-
if
:
$CI_COMMIT_REF_NAME =~ /^wip*$/
when
:
manual
-
if
:
$CI_COMMIT_TAG
-
if
:
'
$CI_COMMIT_TAG
||
$CI_COMMIT_BRANCH
==
"master"'
when
:
never
-
if
:
'
$CI_MERGE_REQUEST_ID
||
$CI_COMMIT_BRANCH
==
"master"'
-
if
:
$CI_MERGE_REQUEST_ID
-
when
:
manual
stage
:
tests
variables
:
...
...
Write
Preview
Markdown
is supported
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