Skip to content
Snippets Groups Projects

Resolve "Wolf license"

Merged Joan Vallvé Navarro requested to merge 198-wolf-license into devel
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -51,9 +51,8 @@ license_header:
@@ -51,9 +51,8 @@ license_header:
- git add -f prova.txt
- git add -f prova.txt
- git commit -m "added prova.txt" || echo "No changes, nothing to commit!"
- 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"
- git remote set-url --push origin "ssh://git@gitlab.iri.upc.edu:2202${CI_PROJECT_PATH}.git"
- echo "$CI_COMMIT_REF_NAME"
# push changes
# push changes
# always return true so that the build does not fail if there are no changes
# always return true so that the build does not fail if there are no changes
- git push origin HEAD:${CI_COMMIT_REF_NAME}
- git push origin HEAD:${CI_COMMIT_REF_NAME}
Loading