Skip to content

Commit e121a6d

Browse files
committed
Disabling circle ci cache
1 parent a3956d8 commit e121a6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ install_deploysuite: &install_deploysuite
2020
build_steps: &build_steps
2121
- checkout
2222
- run: curl -s https://raw.githubusercontent.com/chronogolf/circleci-google-chrome/master/use_chrome_stable_version.sh | bash
23-
- restore_cache:
24-
key: node-modules-{{ checksum "package-lock.json" }}
23+
# - restore_cache:
24+
# key: node-modules-{{ checksum "package-lock.json" }}
2525
- run: npm install
26-
- save_cache:
27-
key: node-modules-{{ checksum "package-lock.json" }}
28-
paths:
29-
- node_modules
26+
# - save_cache:
27+
# key: node-modules-{{ checksum "package-lock.json" }}
28+
# paths:
29+
# - node_modules
3030
- run: ./node_modules/gulp/bin/gulp.js clean
3131
- run: ./node_modules/gulp/bin/gulp.js build
3232
# - run: ./node_modules/gulp/bin/gulp.js publish

0 commit comments

Comments
 (0)