Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-03 14:56:55 +00:00
parent 563b92fd37
commit 8555afa25b

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 env /opt/make_post_sell/env
- virtualenv-clone -vvv 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.