feat: req

This commit is contained in:
Yoshino-s
2023-06-06 00:16:57 +08:00
parent 22f00c57e8
commit c276b9549e
9 changed files with 880 additions and 66 deletions

View File

@@ -4,9 +4,10 @@ stages:
job-generator:
stage: generate
image: alpine:3.15
image: python:3.11-alpine
script:
- ./update.py > generated-pipeline.yml
- pip install -r requirements.txt
- ./update.py > generated-pipeline.yml
artifacts:
expire_in: 1 hour
paths: