File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ install_deploysuite: &install_deploysuite
20
20
cp ./../buildscript/awsconfiguration.sh .
21
21
no_output_timeout : 30m
22
22
23
+ build_app : &build_app
24
+ name : Build the app
25
+ command : |
26
+ ./build.sh
27
+ no_output_timeout : 30m
28
+
23
29
24
30
restore_cache_settings_for_build : &restore_cache_settings_for_build
25
31
key : docker-node-modules-{{ checksum "package-lock.json" }}
@@ -35,9 +41,7 @@ builddeploy_steps: &builddeploy_steps
35
41
- run : *install_dependency
36
42
- run : *install_deploysuite
37
43
- restore_cache : *restore_cache_settings_for_build
38
- - run :
39
- command : ./build.sh
40
- no_output_timeout : 30m
44
+ - run : *build_app
41
45
- save_cache : *save_cache_settings
42
46
- deploy :
43
47
name : Running MasterScript.
You can’t perform that action at this time.
0 commit comments