File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments