Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8d73ae2

Browse files
committed
Let’s try this
1 parent 0ad0c52 commit 8d73ae2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ install_deploysuite: &install_deploysuite
2020
cp ./../buildscript/awsconfiguration.sh .
2121
no_output_timeout: 30m
2222

23+
build_app: &build_app
24+
name: Build the app
25+
command: |
26+
./build.sh
27+
no_output_timeout: 30m
28+
2329

2430
restore_cache_settings_for_build: &restore_cache_settings_for_build
2531
key: docker-node-modules-{{ checksum "package-lock.json" }}
@@ -35,9 +41,7 @@ builddeploy_steps: &builddeploy_steps
3541
- run: *install_dependency
3642
- run: *install_deploysuite
3743
- restore_cache: *restore_cache_settings_for_build
38-
- run:
39-
command: ./build.sh
40-
no_output_timeout: 30m
44+
- run: *build_app
4145
- save_cache: *save_cache_settings
4246
- deploy:
4347
name: Running MasterScript.

0 commit comments

Comments
 (0)