Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
timothe
duniter
Commits
35f1da44
Commit
35f1da44
authored
May 19, 2020
by
Éloïs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ci/regex' into 'dev'
Ci/regex See merge request
nodes/typescript/duniter!1314
parents
0cc0bdc6
612c3b3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
.gitlab-ci.yml
.gitlab-ci.yml
+3
-5
No files found.
.gitlab-ci.yml
View file @
35f1da44
...
...
@@ -8,8 +8,6 @@ stages:
workflow
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME =~ /^wip*/i
when
:
never
-
changes
:
-
.gitlab/**/*
-
app/**/*
...
...
@@ -82,10 +80,11 @@ workflow:
tests
:
<<
:
*env
rules
:
-
if
:
$CI_COMMIT_REF_NAME =~ /^wip*$/
when
:
manual
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_MERGE_REQUEST_ID
when
:
on_success
-
if
:
'
$CI_MERGE_REQUEST_ID
||$CI_COMMIT_BRANCH
==
"dev"
||
$CI_COMMIT_BRANCH
=~
/^release/'
-
when
:
manual
stage
:
tests
script
:
...
...
@@ -128,7 +127,6 @@ audit_dependencies:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_MERGE_REQUEST_ID
-
when
:
manual
sync_g1
:
...
...
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