We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86395ca commit 37d3b07Copy full SHA for 37d3b07
bitrise.yml
@@ -31,25 +31,12 @@ workflows:
31
32
_install_test_tools:
33
steps:
34
- - script:
35
- title: "TMP: install Go 1.6.0"
36
- run_if: .IsCI
37
- inputs:
38
- - content: |-
39
- set -x
40
- set -e
41
- wget -q https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz -O go-bins.tar.gz
42
- rm -rf /usr/local/go
43
- tar -C /usr/local -xvzf go-bins.tar.gz
44
- rm go-bins.tar.gz
45
- script:
46
title: Install required testing tools
47
48
inputs:
49
- content: |-
50
#!/bin/bash
51
52
+ set -ex
53
54
# Install dependencies
55
go get -u github.com/tools/godep
0 commit comments