Skip to content
Snippets Groups Projects
Commit dcce8463 authored by User expired's avatar User expired
Browse files

openolat#1: create m2 dir if it does not exist already

parent 05ac8263
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ release:
- git config --global user.name "GitLab Release Runner"
- git remote -v
- git branch -v -a
- 'mkdir .m2 || echo ".m2 directory exists already"'
- sed "s/__MVN_PASSWORD__/$MVN_PASSWORD/" ./scripts/settings.xml > .m2/settings.xml
script:
- bash -x ./scripts/uibk-release.sh
......
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