Skip to content
Snippets Groups Projects

Add initial version of ci-flatdeb-builder

Merged Ryan Gonzalez requested to merge wip/refi64/ci-flatdeb-builder into main
All threads resolved!
Files
3
+ 3
1
@@ -51,8 +51,10 @@ generate-pipeline:
- lightweight
script:
- apt-get update
- apt-get install -y curl python3 python3-pydantic python3-ruamel.yaml
- apt-get install -y curl python3 python3-pip
- curl -LO "$CI_FLATDEB_BUILDER_REPO/-/raw/$CI_FLATDEB_BUILDER_REVISION/generate_pipeline.py"
- curl -LO "$CI_FLATDEB_BUILDER_REPO/-/raw/$CI_FLATDEB_BUILDER_REVISION/requirements.txt"
- python3 -m pip install -r requirements.txt
- python3 generate_pipeline.py -o pipeline.yaml
artifacts:
paths:
Loading