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

Update .gitlab-ci.yml

parent a010277c
No related branches found
No related tags found
No related merge requests found
Pipeline #870 failed
...@@ -19,8 +19,8 @@ build: ...@@ -19,8 +19,8 @@ build:
paths: paths:
- .gradle/wrapper - .gradle/wrapper
- .gradle/caches - .gradle/caches
only: # only:
- tags # - tags
tags: tags:
- dockered - dockered
...@@ -36,6 +36,7 @@ publish: ...@@ -36,6 +36,7 @@ publish:
- export VERSION=${CI_COMMIT_TAG:-`git describe --tags --always`} - export VERSION=${CI_COMMIT_TAG:-`git describe --tags --always`}
- echo $VERSION - echo $VERSION
- echo $CI_REPOSITORY_URL | sed -E 's/.*@([^\/]+?(\:\d+)?)\//git@\1:/' - echo $CI_REPOSITORY_URL | sed -E 's/.*@([^\/]+?(\:\d+)?)\//git@\1:/'
- git remote set-url --push origin `echo $CI_REPOSITORY_URL | sed -E 's/.*@([^\/]+?(\:\d+)?)\//git@\1:/'`
script: script:
- git checkout ivy-repo || git checkout --orphan ivy-repo - git checkout ivy-repo || git checkout --orphan ivy-repo
- git reset - git reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment