Commit 30435d0
Changed files (1)
.gitlab-ci.yml
@@ -40,13 +40,11 @@ tarball:
GIT_STRATEGY: none
stage: test
script:
- - pwd
- - ls -alh
- cd /code
- bundle exec rake publish
artifacts:
paths:
- - pkg/*.tar.gz
+ - /code/pkg/*.tar.gz
allow_failure: true
publish-image: