summaryrefslogtreecommitdiff
path: root/.semaphore/semaphore.yml
diff options
context:
space:
mode:
Diffstat (limited to '.semaphore/semaphore.yml')
-rw-r--r--.semaphore/semaphore.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml
new file mode 100644
index 0000000000..a9e572b45d
--- /dev/null
+++ b/.semaphore/semaphore.yml
@@ -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