Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexander Tishin
dynare
Commits
9a960632
Verified
Commit
9a960632
authored
Jan 20, 2020
by
Sébastien Villemot
Browse files
CI: replace deprecated “only” syntax by “rules:if”
parent
66a51135
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9a960632
...
...
@@ -201,8 +201,10 @@ test_dynare++:
deploy_manual_unstable
:
stage
:
deploy
only
:
-
master@Dynare/dynare
rules
:
-
if
:
'
$CI_PROJECT_NAMESPACE
==
"Dynare"
&&
$CI_COMMIT_REF_NAME
==
"master"'
when
:
on_success
-
when
:
never
tags
:
-
restricted
dependencies
:
...
...
@@ -214,8 +216,10 @@ deploy_manual_unstable:
deploy_snapshot_unstable
:
stage
:
deploy
only
:
-
master@Dynare/dynare
rules
:
-
if
:
'
$CI_PROJECT_NAMESPACE
==
"Dynare"
&&
$CI_COMMIT_REF_NAME
==
"master"'
when
:
on_success
-
when
:
never
tags
:
-
restricted
dependencies
:
...
...
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