circleci: fixing incorrect circleci.yml
This commit is contained in:
parent
c0b4d21e6f
commit
c9157e7b39
@ -26,11 +26,11 @@ dependencies:
|
|||||||
- yarn global add triton
|
- yarn global add triton
|
||||||
- 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 -
|
- 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 -
|
||||||
override:
|
override:
|
||||||
- TEST_ARGS="-t | $(yarn bin)/tap-xunit >> ${CIRCLE_TEST_REPORTS}/xunit.xml" make test
|
- make install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- make lint test
|
- TEST_ARGS="-t | $(yarn bin)/tap-xunit >> ${CIRCLE_TEST_REPORTS}/xunit.xml" make lint test
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
production: # just a label; label names are completely up to you
|
production: # just a label; label names are completely up to you
|
||||||
|
Loading…
Reference in New Issue
Block a user