Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-03 15:22:50 +00:00
parent 2439363296
commit 08bb45691f

View file

@ -28,7 +28,7 @@ build:
- cp -pr env/static static
- tar -zcf static.tar.gz static
# Clone the virtualenv with virtualenv-clone into the desired location.
- virtualenv-clone $PWD/env /opt/make_post_sell/env
- virtualenv-clone -vvv $PWD/env /opt/make_post_sell/env
# Create a tarball of the virtualenv.
- tar -zcf env.tar.gz -C /opt/make_post_sell .
# Create SHA512 hash of env.tar.gz.