Skip to content
Snippets Groups Projects
Commit 45fc822d authored by Andreas Fehn's avatar Andreas Fehn
Browse files

Update .gitlab-ci.yml

parent 5cd45d64
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ publish: ...@@ -42,6 +42,8 @@ publish:
- git add $(git ls-files -o ecore2java) - git add $(git ls-files -o ecore2java)
- git commit -m "[skip ci] Automatic release of version $VERSION" - git commit -m "[skip ci] Automatic release of version $VERSION"
- git push --set-upstream origin ivy-repo - git push --set-upstream origin ivy-repo
after_script:
- rm -rf ~/.ssh
only: only:
- tags - tags
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment