Skip to content
Snippets Groups Projects
Commit 81352b32 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent 6b6706dc
No related branches found
No related tags found
1 merge request!427Resolve "Wolf license"
Pipeline #7332 canceled
......@@ -42,8 +42,7 @@
# push changes (if any)
- git config --global user.email "${CI_EMAIL}"
- git config --global user.name "${CI_USERNAME}"
- git add *.c *.h *.cpp *.hpp
- if git commit -m "license headers added or modified" ; then
- if git commit -u -m "license headers added or modified" ; then
- git remote set-url --push origin "ssh://git@gitlab.iri.upc.edu:2202/${CI_PROJECT_PATH}.git"
- git push origin HEAD:${CI_COMMIT_REF_NAME}
- else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment