One more typo with script path

This commit is contained in:
Ethan Frey 2020-02-03 09:44:30 +01:00
parent 81cbc9b51f
commit 10489402f8

View File

@ -42,7 +42,7 @@ jobs:
name: Version information
command: echo "node $(node --version)"; echo "yarn $(yarn --version)"
- run: # start early for less wait time below
command: ./project/scripts/cosm/start.sh
command: ./scripts/cosm/start.sh
background: true
- restore_cache:
name: Restore Yarn Package Cache
@ -63,7 +63,7 @@ jobs:
COSMOS_ENABLED: 1
command: yarn test
- run:
command: ./project/scripts/cosm/stop.sh
command: ./scripts/cosm/stop.sh
lint:
docker:
- image: circleci/node:10