diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 14:57:31 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 14:57:31 -0600 |
| commit | 62b9c3dd0b81871bd36b59af96520d1edfcde926 (patch) | |
| tree | 79a4444b39c43cfa982d69388208c5d93db74b83 | |
| parent | ab509a3b51214535a0143038df1837faf7e13320 (diff) | |
skip javadoc during tarball job
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bce94a..b350567 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ tarball: stage: release script: - cd /code - - bundle exec rake publish + - bundle exec rake clean pdf repackage after_script: - mv /code/pkg $CI_PROJECT_DIR artifacts: |
