Skip to content

Commit 896ebb5

Browse files
Update config.yml
1 parent 5c8097b commit 896ebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
source buildenvvar
5454
./master_deploy.sh -d ECS -e DEV -t latest -s dev-global-appvar,dev-tc-notifications-appvar -i tc-notifications
5555
echo "Running Masterscript - deploy tc-notifications-consumers service"
56-
if [ -e dev-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json fi
56+
if [ -e dev-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json; fi
5757
./buildenv.sh -e DEV -b dev-tc-notifications-consumers-deployvar
5858
source buildenvvar
5959
./master_deploy.sh -d ECS -e DEV -t latest -s dev-global-appvar,dev-tc-notifications-appvar -i tc-notifications

0 commit comments

Comments
 (0)