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 d61eab1 commit a3a946cCopy full SHA for a3a946c
circle.yml
@@ -10,5 +10,4 @@ test:
10
11
post:
12
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
13
- - export CI_REPORTS=$PWD/test/reports
14
- - testspace publish @.testspace $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
+ - CI_REPORTS=$PWD/test/reports testspace publish @.testspace $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
0 commit comments