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
8595224d
Verified
Commit
8595224d
authored
Jul 14, 2020
by
Laurent Heirendt
✈
Browse files
return true if nothing to commit
parent
850d673d
Pipeline
#29864
passed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8595224d
...
...
@@ -33,7 +33,7 @@ commit:
-
git branch -D tmpBranch ||
true
-
git checkout -b tmpBranch
-
git add --all
-
git commit -m "Update models"
-
git commit -m "Update models"
||
true
-
git checkout $CI_COMMIT_REF_NAME
-
git pull origin $CI_COMMIT_REF_NAME
-
git merge tmpBranch --ff
...
...
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