We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94dc6 commit ed06d81Copy full SHA for ed06d81
.semaphore/semaphore.yml
@@ -0,0 +1,19 @@
1
+version: v1.0
2
+name: Initial Pipeline
3
+agent:
4
+ machine:
5
+ type: e1-standard-2
6
+ os_image: ubuntu2004
7
+blocks:
8
+ - name: Tests
9
+ task:
10
+ jobs:
11
+ - name: Testing
12
+ commands:
13
+ - checkout
14
+ - 'git clone https://github.com/openAOD/Central.git'
15
+ - cp Central/TestSuite/test.sh .
16
+ - rm -rf Central
17
+ - export DATE=$(date)
18
+ - bash test.sh python | tee "test-report-$DATE"
19
+ - artifact push project "test-report-$DATE"
0 commit comments