Skip to content
Snippets Groups Projects
Commit 8ba1d9e8 authored by s2870355's avatar s2870355
Browse files

Upload New File

parent 1ffa9b3d
No related branches found
No related tags found
No related merge requests found
stages:
- generate
- run
generate-config:
stage: generate
image: python
script:
- python parse-ci.py --ci
- cat gitlab-ci-generated.yml
artifacts:
paths:
- gitlab-ci-generated.yml
run-config:
stage: run
trigger:
include:
- artifact: gitlab-ci-generated.yml
job: generate-config
strategy: depend
\ No newline at end of file
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