Skip to content

Commit 70fc6fb

Browse files
committed
add client download
1 parent 382aa4d commit 70fc6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.c9build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ BRANCH_NAME=`git symbolic-ref --short HEAD`
2020
GIT_URL=`git remote show origin -n | grep Fetch\ URL: | sed 's/.*URL: //'`
2121
REPO_SLUG=`echo ${GIT_URL#*github.com?} | sed 's/.git//'`
2222

23+
curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
2324
CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt $TESTSPACE_TOKEN/${REPO_SLUG/\//:}/${BRANCH_NAME}#c9.Build

0 commit comments

Comments
 (0)