summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-02 12:57:43 -0600
committermo khan <mo.khan@gmail.com>2019-09-02 12:57:43 -0600
commit30435d084704bdc4841c4973ad7d4e5544d8f9c0 (patch)
tree64e8008e33bcbd8a90e3de9d92a82775ed08d02a
parent2af0b6f2397810bed4d7f5af43f8b2f54b7bd81b (diff)
export artifact from /code directory instead of CI_BUILDS_DIR
-rw-r--r--.gitlab-ci.yml4
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: