Skip to content

Instantly share code, notes, and snippets.

@faniska
faniska / .gitlab-ci.yml
Created January 17, 2023 13:30 — forked from andrasKelle/.gitlab-ci.yml
Example CI configuration for generated pipelines
stages:
- child-pipeline-generator
- child-pipeline-trigger
generate-child-pipeline:
stage: child-pipeline-generator
image: python:3.9-slim-buster
script:
- python3 main.py
artifacts: