We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34faed5 commit 3ae57cbCopy full SHA for 3ae57cb
.semaphore/semaphore.yml
@@ -12,9 +12,6 @@ global_job_config:
12
- export GO111MODULE=on
13
- export GOPATH=~/go
14
- 'export PATH=/home/semaphore/go/bin:$PATH'
15
- - curl -LO https://github.com/renderedtext/when/releases/download/v0.0.3-alpha/when
16
- - sudo mv when /usr/local/bin/when
17
- - sudo chmod +x /usr/local/bin/when
18
- curl -s -L --fail --retry 5 https://github.com/semaphoreci/test-results/releases/download/v0.0.5/test-results_Linux_x86_64.tar.gz -o /tmp/test-results.tar.gz
19
- cd /tmp && tar -zxf test-results.tar.gz && chmod +x test-results && sudo mv test-results /usr/local/bin/ && cd -
20
- checkout
0 commit comments