feat(gitlab-sim): ✨ first commit
This commit is contained in:
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
build-job:
|
||||
stage: build
|
||||
script:
|
||||
- echo "ok"
|
||||
|
||||
bad-stage-job:
|
||||
stage: nonexistent
|
||||
script:
|
||||
- echo "this stage does not exist"
|
||||
|
||||
no-script-job:
|
||||
stage: test
|
||||
|
||||
deprecated-job:
|
||||
stage: test
|
||||
script:
|
||||
- echo "old style"
|
||||
only:
|
||||
- main
|
||||
Reference in New Issue
Block a user