Skip to content

Commit 37d3b07

Browse files
committed
updated _install_test_tools
1 parent 86395ca commit 37d3b07

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

bitrise.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,12 @@ workflows:
3131
3232
_install_test_tools:
3333
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
4534
- script:
4635
title: Install required testing tools
47-
run_if: .IsCI
4836
inputs:
4937
- content: |-
5038
#!/bin/bash
51-
set -e
52-
set -x
39+
set -ex
5340
5441
# Install dependencies
5542
go get -u github.com/tools/godep

0 commit comments

Comments
 (0)