Skip to content
Snippets Groups Projects
Commit 7be51908 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'static-ci' into 'master'

Generate a static files bundle in CI

See merge request !593
parents 63f2ea3e 6ae997ab
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