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

Update .gitlab-ci.yml

parent a948befd
No related branches found
No related tags found
No related merge requests found
Pipeline #855 failed
...@@ -34,10 +34,10 @@ publish: ...@@ -34,10 +34,10 @@ publish:
script: script:
- git status - git status
- git checkout ivy-repo || git checkout --orphan ivy-repo - git checkout ivy-repo || git checkout --orphan ivy-repo
- git status
- git reset - git reset
- git status - git status
- cp -r $ARTIFACT_DIR . - cp -r $ARTIFACT_DIR .
- git status
- 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 show - git show
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment