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