Update .gitlab-ci.yml
This commit is contained in:
parent
563b92fd37
commit
8555afa25b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue