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

Update .gitlab-ci.yml

parent 6581dfde
No related branches found
No related tags found
No related merge requests found
Pipeline #866 failed
...@@ -14,13 +14,13 @@ build: ...@@ -14,13 +14,13 @@ build:
artifacts: artifacts:
paths: paths:
- $ARTIFACT_DIR - $ARTIFACT_DIR
expire_in: 10min # expire_in: 10min
cache: cache:
paths: paths:
- .gradle/wrapper - .gradle/wrapper
- .gradle/caches - .gradle/caches
only: # only:
- tags # - tags
tags: tags:
- dockered - dockered
...@@ -47,7 +47,7 @@ publish: ...@@ -47,7 +47,7 @@ publish:
- git push --set-upstream origin ivy-repo - git push --set-upstream origin ivy-repo
after_script: after_script:
- rm -rfv ~/.ssh - rm -rfv ~/.ssh
only: # only:
- tags # - tags
tags: tags:
- dockered - dockered
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment