diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7316c82a3c8ae9246169942cd0829333bfaea361..3f1c8e7e54c34e84e8aabdfd6615864ac2cd1f77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,8 @@ build: paths: - .gradle/wrapper - .gradle/caches - only: - - tags +# only: +# - tags tags: - dockered @@ -36,6 +36,7 @@ publish: - export VERSION=${CI_COMMIT_TAG:-`git describe --tags --always`} - echo $VERSION - 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: - git checkout ivy-repo || git checkout --orphan ivy-repo - git reset