Use Single job starter workflow
This commit is contained in:
parent
d894fdbb68
commit
b65c1d873e
13
.semaphore/semaphore.yml
Normal file
13
.semaphore/semaphore.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
version: v1.0
|
||||||
|
name: Initial Pipeline
|
||||||
|
agent:
|
||||||
|
machine:
|
||||||
|
type: e1-standard-2
|
||||||
|
os_image: ubuntu1804
|
||||||
|
blocks:
|
||||||
|
- name: 'Block #1'
|
||||||
|
task:
|
||||||
|
jobs:
|
||||||
|
- name: 'Job #1'
|
||||||
|
commands:
|
||||||
|
- checkout
|
Loading…
Reference in New Issue
Block a user