circleci: Add error log of failed install

This commit is contained in:
Tom Gallacher 2016-11-02 11:11:42 +00:00
parent bbb37322e1
commit 86411002ac

View File

@ -17,7 +17,7 @@ dependencies:
pre:
- sudo curl -L https://github.com/docker/compose/releases/download/1.8.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
- sudo chmod +x /usr/local/bin/docker-compose
- yarn global add triton
- yarn global add triton || cat /home/ubuntu/.yarn-config/global/yarn-error.log
- echo '{"url":"https://eu-ams-1.api.joyent.com","account":"'$SDC_ACCOUNT'","keyId":"c3:30:35:9b:85:48:73:44:31:cc:4b:2e:6a:00:16:e2","name":"eu-ams-1","curr":true}' | triton profile create -f -
- mkdir -p ${CIRCLE_TEST_REPORTS}/tap-xunit/
override: