Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
99c38dff
Verified
Commit
99c38dff
authored
Jul 14, 2020
by
Laurent Heirendt
✈
Browse files
fix if (2)
parent
243eb294
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99c38dff
...
...
@@ -6,7 +6,7 @@ convert:
image
:
python
stage
:
convert
rules
:
-
if
:
'
$CI_MERGE_REQUEST_ID
&&
$CI_COMMIT_MESSAGE
!~
"Merge
branch
'tmpBranch'" && $CI_COMMIT_MESSAGE !~ "Update models"
'
-
if
:
$CI_MERGE_REQUEST_ID && $CI_COMMIT_MESSAGE !~ "Merge branch 'tmpBranch'" && $CI_COMMIT_MESSAGE !~ "Update models"
before_script
:
-
pip install casq
script
:
...
...
@@ -22,7 +22,7 @@ commit:
entrypoint
:
[
"
"
]
stage
:
deploy
rules
:
-
if
:
'
$CI_MERGE_REQUEST_ID
&&
$CI_COMMIT_MESSAGE
!~
"Merge
branch
'tmpBranch'" && $CI_COMMIT_MESSAGE !~ "Update models"
'
-
if
:
$CI_MERGE_REQUEST_ID && $CI_COMMIT_MESSAGE !~ "Merge branch 'tmpBranch'" && $CI_COMMIT_MESSAGE !~ "Update models"
before_script
:
-
env
-
url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"`
...
...
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