Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
71ac01dd
Commit
71ac01dd
authored
Jun 05, 2018
by
Remi Perenon
Browse files
Updated the yaml file (the <dot> matters in regexp)
parent
57d1b784
Pipeline
#3848
failed with stages
in 17 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
71ac01dd
...
...
@@ -28,8 +28,8 @@ deploy:ubuntu_trusty:
only
:
-
master
-
develop
-
/^release-*$/
-
/^hotfix-*$/
-
/^release-
.
*$/
-
/^hotfix-
.
*$/
-
web
when
:
on_success
artifacts
:
...
...
@@ -65,8 +65,8 @@ deploy:ubuntu_xenial:
only
:
-
master
-
develop
-
/^release-*$/
-
/^hotfix-*$/
-
/^release-
.
*$/
-
/^hotfix-
.
*$/
-
web
when
:
on_success
artifacts
:
...
...
@@ -102,8 +102,8 @@ deploy:ubuntu_bionic:
only
:
-
master
-
develop
-
/^release-*$/
-
/^hotfix-*$/
-
/^release-
.
*$/
-
/^hotfix-
.
*$/
-
web
when
:
on_success
artifacts
:
...
...
@@ -145,8 +145,8 @@ deploy:osx:
only
:
-
master
-
develop
-
/^release-*$/
-
/^hotfix-*$/
-
/^release-
.
*$/
-
/^hotfix-
.
*$/
-
web
when
:
on_success
artifacts
:
...
...
@@ -188,8 +188,8 @@ deploy:windows:
only
:
-
master
-
develop
-
/^release-*$/
-
/^hotfix-*$/
-
/^release-
.
*$/
-
/^hotfix-
.
*$/
-
web
when
:
on_success
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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