Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
75b65da4
Verified
Commit
75b65da4
authored
Jul 14, 2020
by
Laurent Heirendt
✈
Browse files
update rules and exit
parent
496107df
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75b65da4
...
...
@@ -24,6 +24,7 @@ commit:
entrypoint
:
[
"
"
]
stage
:
deploy
rules
:
-
if
:
$CI_MERGE_REQUEST_ID
-
if
:
$CI_COMMIT_MESSAGE != "Merge branch 'tmpBranch' into build-ci"
-
if
:
$CI_COMMIT_MESSAGE != "Update models"
before_script
:
...
...
@@ -39,5 +40,5 @@ commit:
-
git checkout $CI_COMMIT_REF_NAME
-
git pull origin $CI_COMMIT_REF_NAME
-
git merge tmpBranch --ff
-
git push origin $CI_COMMIT_REF_NAME
-
git push origin $CI_COMMIT_REF_NAME
||
true
-
git branch -D tmpBranch
\ No newline at end of file
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