Use Single job starter workflow

This commit is contained in:
PrincessOfCats 2020-12-27 01:17:44 -05:00
parent d894fdbb68
commit b65c1d873e

13
.semaphore/semaphore.yml Normal file
View 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