ci: add build_metadata job and export env
This commit is contained in:
parent
6a65495b50
commit
1493bbca69
|
@ -293,6 +293,18 @@ test_front:
|
||||||
reports:
|
reports:
|
||||||
junit: front/coverage/cobertura-coverage.xml
|
junit: front/coverage/cobertura-coverage.xml
|
||||||
|
|
||||||
|
build_metadata:
|
||||||
|
stage: build
|
||||||
|
|
||||||
|
image: $CI_REGISTRY/funkwhale/ci/python:3.11
|
||||||
|
variables:
|
||||||
|
GIT_FETCH_EXTRA_FLAGS: --prune
|
||||||
|
script:
|
||||||
|
- scripts/build_metadata.py --format env | tee build_metadata.env
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
dotenv: build_metadata.env
|
||||||
|
|
||||||
build_api_schema:
|
build_api_schema:
|
||||||
stage: build
|
stage: build
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue