File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,7 @@ global_job_config:
12
12
- export GO111MODULE=on
13
13
- export GOPATH=~/go
14
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 -
15
+ - 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 && cd /tmp && tar -zxf test-results.tar.gz && chmod +x test-results && sudo mv test-results /usr/local/bin/ && cd -
20
16
- checkout
21
17
- go get ./...
22
18
You can’t perform that action at this time.
0 commit comments