We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638b3e3 commit 0ad0c52Copy full SHA for 0ad0c52
.circleci/config.yml
@@ -35,7 +35,9 @@ builddeploy_steps: &builddeploy_steps
35
- run: *install_dependency
36
- run: *install_deploysuite
37
- restore_cache: *restore_cache_settings_for_build
38
- - run: ./build.sh
+ - run:
39
+ command: ./build.sh
40
+ no_output_timeout: 30m
41
- save_cache: *save_cache_settings
42
- deploy:
43
name: Running MasterScript.
@@ -45,6 +47,7 @@ builddeploy_steps: &builddeploy_steps
45
47
./buildenv.sh -e $DEPLOY_ENV -b ${DEPLOY_ENV}-${APPNAME}-deployvar
46
48
source buildenvvar
49
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${DEPLOY_ENV}-global-appvar,${DEPLOY_ENV}-${APPNAME}-appvar -i ${APPNAME}
50
+
51
52
53
jobs:
0 commit comments