Skip to content

Commit 3ae57cb

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.semaphore/semaphore.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ 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
1815
- 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
1916
- cd /tmp && tar -zxf test-results.tar.gz && chmod +x test-results && sudo mv test-results /usr/local/bin/ && cd -
2017
- checkout

0 commit comments

Comments
 (0)