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
b1436100
Verified
Commit
b1436100
authored
Jul 14, 2020
by
Laurent Heirendt
✈
Browse files
changes in yml
parent
1cf5206f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b1436100
...
...
@@ -28,11 +28,11 @@ commit:
before_script
:
-
env
-
url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"`
-
git checkout -b tmpBranch origin/$CI_COMMIT_REF_NAME
-
git remote set-url origin "https://$GIT_ACCESS_USER:$GIT_ACCESS_TOKEN@${url_host}"
-
git config user.name $GIT_ACCESS_USER
-
git config user.email $GIT_ACCESS_EMAIL
script
:
-
git checkout -b tmpBranch
-
git add --all
-
git commit -m "Update models"
-
git checkout $CI_COMMIT_REF_NAME
...
...
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