Update .gitlab-ci.yml file fix builds

This commit is contained in:
Russell Ballestrini 2025-03-03 13:08:51 +00:00
parent 3debd16657
commit 563b92fd37

View file

@ -22,7 +22,7 @@ build:
- tags
script:
- mv env.vanilla env
- make install-from-source-prod
- make install-source-prod
# Copy static assets to env/static and create a tarball of the static files.
- cp -pr make_post_sell/static env/static
- cp -pr env/static static