Skip to content
Snippets Groups Projects
Commit 6ae997ab authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Generate a static files bundle in CI

parent 63f2ea3e
No related branches found
No related tags found
1 merge request!593Generate a static files bundle in CI
......@@ -69,3 +69,18 @@ backend-openapi:
artifacts:
paths:
- output/
backend-static:
stage: build
script:
- mkdir -p static
- pip install -e .
- STATIC_ROOT=$(pwd)/static arkindex/manage.py collectstatic
variables:
PONOS_DATA_DIR: /tmp
artifacts:
paths:
- static
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment