From 4111a4eaedb290bdffac3b5b3501e723e7ee72d1 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Wed, 25 May 2022 12:48:57 -0400 Subject: [PATCH] trying to fix tarbal local of build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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