diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 13:10:08 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 13:10:08 -0600 |
| commit | 928670996e0c5ec4c71897dc2a758f922d826dcb (patch) | |
| tree | fa549a11be807960c07fed43cad1d685875b3997 /.gitlab-ci.yml | |
| parent | b9260ea1886d5cfbc4153a2bc1697a86e0b7437f (diff) | |
copy pkg to build dir
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9a2caa..db2559c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,9 +42,12 @@ tarball: script: - cd /code - bundle exec rake publish + after_script: + - mv pkg /builds/xlgmokha/comp-268 + - echo $CI_BUILDS_DIR artifacts: paths: - - /code/pkg/ + - pkg/*.tar.gz only: - master |
