Skip to content

Commit d77a18a

Browse files
committed
removes "when" fetching, part of toolbox
1 parent 34faed5 commit d77a18a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.semaphore/semaphore.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ global_job_config:
1212
- export GO111MODULE=on
1313
- export GOPATH=~/go
1414
- '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 -
2016
- checkout
2117
- go get ./...
2218

0 commit comments

Comments
 (0)