Commit 30435d0

mo khan <mo.khan@gmail.com>
2019-09-02 18:57:43
export artifact from /code directory instead of CI_BUILDS_DIR
1 parent 2af0b6f
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: