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 382aa4d commit 70fc6fbCopy full SHA for 70fc6fb
.c9build.sh
@@ -20,4 +20,5 @@ BRANCH_NAME=`git symbolic-ref --short HEAD`
20
GIT_URL=`git remote show origin -n | grep Fetch\ URL: | sed 's/.*URL: //'`
21
REPO_SLUG=`echo ${GIT_URL#*github.com?} | sed 's/.git//'`
22
23
+curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
24
CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt $TESTSPACE_TOKEN/${REPO_SLUG/\//:}/${BRANCH_NAME}#c9.Build
0 commit comments