feat: req
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user