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
16
16
cp ./../buildscript/buildenv.sh .
17
17
cp ./../buildscript/awsconfiguration.sh .
18
18
restore_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" }}
20
20
21
21
save_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" }}
23
23
paths :
24
24
- node_modules
25
25
@@ -29,12 +29,6 @@ builddeploy_steps: &builddeploy_steps
29
29
- run : *install_dependency
30
30
- run : *install_deploysuite
31
31
- 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
38
32
- run : ./build.sh ${APPNAME}
39
33
- save_cache : *save_cache_settings
40
34
- deploy :
You can’t perform that action at this time.
0 commit comments