0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 20:12:41 +00:00

Working directory changes

This commit is contained in:
G.Ambatte
2022-03-22 11:31:26 +13:00
parent 0a90218d2a
commit 8800397ba4

View File

@@ -13,12 +13,12 @@ jobs:
- image: circleci/node:16.10.0 - image: circleci/node:16.10.0
- image: circleci/mongo:4.4 - image: circleci/mongo:4.4
working_directory: ~/repo working_directory: ~/homebrewery
executor: node/default executor: node/default
steps: steps:
- checkout: - checkout:
path: ~/repo/homebrewery path: ~/homebrewery
# Download and cache dependencies # Download and cache dependencies
- restore_cache: - restore_cache:
@@ -29,7 +29,7 @@ jobs:
- node/install-npm - node/install-npm
- node/install-packages: - node/install-packages:
app-dir: ~/repo/homebrewery app-dir: ~/homebrewery
cache-path: node_modules cache-path: node_modules
override-ci-command: npm i override-ci-command: npm i
@@ -48,7 +48,7 @@ jobs:
- image: circleci/node:16.10.0 - image: circleci/node:16.10.0
- image: circleci/mongo:4.4 - image: circleci/mongo:4.4
working_directory: ~/repo working_directory: ~/homebrewery
steps: steps:
- attach_workspace: - attach_workspace: