Skip to content

Commit 0106ecd

Browse files
committed
[Set-Up] Project Settings
--- Edited circle ci configurations
1 parent 468c8da commit 0106ecd

File tree

2 files changed

+0
-16509
lines changed

2 files changed

+0
-16509
lines changed

.circleci/config.yml

-10
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ jobs:
66
working_directory: ~/csgigs
77
steps:
88
- checkout
9-
- restore_cache:
10-
keys:
11-
# when lock file changes, use increasingly general patterns to restore cache
12-
- node-v1-{{ .Branch }}-{{ checksum "client/package-lock.json" }}
13-
- node-v1-{{ .Branch }}-
14-
- node-v1-
159
- run:
1610
name: Install client dependencies
1711
command: npm install --prefix client
@@ -24,10 +18,6 @@ jobs:
2418
- run:
2519
name: Copying client build files to server
2620
command: cp -R client/build/. server/public
27-
- save_cache:
28-
paths:
29-
- ~/usr/local/lib/node_modules # location depends on npm version
30-
key: node-v1-{{ .Branch }}-{{ checksum "package-lock.json" }}
3121
- persist_to_workspace:
3222
root: .
3323
paths: .

0 commit comments

Comments
 (0)