File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ install_deploysuite: &install_deploysuite
1616 cp ./../buildscript/buildenv.sh .
1717 cp ./../buildscript/awsconfiguration.sh .
1818restore_cache_settings_for_build : &restore_cache_settings_for_build
19- key : docker-node-modules-{{ checksum "package-lock.json" }}
19+ key : docker-node-modules-28-10-2020- {{ checksum "package-lock.json" }}
2020
2121save_cache_settings : &save_cache_settings
22- key : docker-node-modules-{{ checksum "package-lock.json" }}
22+ key : docker-node-modules-28-10-2020- {{ checksum "package-lock.json" }}
2323 paths :
2424 - node_modules
2525
@@ -29,12 +29,6 @@ builddeploy_steps: &builddeploy_steps
2929 - run : *install_dependency
3030 - run : *install_deploysuite
3131 - restore_cache : *restore_cache_settings_for_build
32- - run :
33- name : Temporary fix
34- command : |
35- cd $(npm root -g)/npm
36- npm install fs-extra
37- sed -i -e s/graceful-fs/fs-extra/ -e s/fs.rename/fs.move/ ./lib/utils/rename.js
3832 - run : ./build.sh ${APPNAME}
3933 - save_cache : *save_cache_settings
4034 - deploy :
You can’t perform that action at this time.
0 commit comments