diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1e44df..f3875e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: # move the virtualenv with virtualenv-clone into desired location. - virtualenv-clone env /opt/make_post_sell/env # make tarball of virtualenv. - - tar -zcf env.tar.gz -C /opt/make_post_sell/env . + - tar -zcf env.tar.gz -C /opt/make_post_sell . # create commit-hash.txt to track this build's git commit hash. - echo $CI_COMMIT_SHA >> commit-hash.txt # clean up directory outside of gitlab-runner filesystem. @@ -35,7 +35,7 @@ build: - env.tar.gz - static.tar.gz - commit-hash.txt - expire_in: 1 month + #expire_in: 1 month publish: stage: publish