Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Use correct working_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Conti committed Feb 3, 2018
1 parent 0783a9c commit 5f4481e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,21 @@ jobs:
# specify the version you desire here
- image: circleci/node:7.10

working_directory: ~/functions
# working_directory: ~/circleci/project/functions

steps:
- checkout

# Download and cache dependencies
# - run: cd $CIRCLE_WORKING_DIRECTORY
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: pwd
- run: ls
- run: yarn install

- save_cache:
Expand Down

0 comments on commit 5f4481e

Please sign in to comment.