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

Commit 42f145f

Browse files
committed
indent issue
1 parent 6adf6a4 commit 42f145f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ builddeploy_steps: &builddeploy_steps
3636
command: |
3737
./awsconfiguration.sh $DEPLOY_ENV
3838
source awsenvconf
39-
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
40-
source buildenvvar
41-
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
39+
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
40+
source buildenvvar
41+
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
4242
4343
4444
jobs:

0 commit comments

Comments
 (0)