Skip to content
Snippets Groups Projects

Move jobs to seperate files

Merged Tom Teichler requested to merge tidy-up-pipelines into master
All threads resolved!
5 files
+ 106
104
Compare changes
  • Side-by-side
  • Inline
Files
5
ci/build_dist.yml 0 → 100644
+ 7
0
build_dist:
stage: build
script:
- tox -e build
artifacts:
paths:
- dist/
Loading