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

Update .gitlab-ci.yml file

parent 1bbd0353
No related branches found
No related tags found
1 merge request!427Resolve "Wolf license"
Pipeline #7320 failed
This commit is part of merge request !427. Comments created here will be created in the context of that merge request.
......@@ -51,9 +51,8 @@ license_header:
- git add -f prova.txt
- git commit -m "added prova.txt" || echo "No changes, nothing to commit!"
- echo ${CI_PROJECT_PATH}
- git remote set-url --push origin "ssh://git@gitlab.iri.upc.edu:2202${CI_PROJECT_PATH}.git"
- echo "$CI_COMMIT_REF_NAME"
- git remote set-url --push origin "ssh://git@gitlab.iri.upc.edu:2202/${CI_PROJECT_PATH}.git"
# push changes
# always return true so that the build does not fail if there are no changes
- git push origin HEAD:${CI_COMMIT_REF_NAME}
......
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