feat(gitlab-sim): ✨ first commit
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
job-a:
|
||||
stage: build
|
||||
script:
|
||||
- echo a
|
||||
needs:
|
||||
- job-b
|
||||
|
||||
job-b:
|
||||
stage: build
|
||||
script:
|
||||
- echo b
|
||||
needs:
|
||||
- job-a
|
||||
Reference in New Issue
Block a user