diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29e4c13..f52d784 100644 --- a/.gitlab-ci.yml +++ b/.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: |
