Skip to content

Commit 1590a07

Browse files
Update config.yml
[skip ci]
1 parent b70f000 commit 1590a07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ jobs:
5555
- deploy:
5656
name: Running Masterscript - deploy tc-notifications-consumers service
5757
command: |
58-
if [ -e dev-tc-notifications-deployvar.json ]; then
59-
sudo rm -vf dev-tc-notifications-deployvar.json
60-
fi
58+
if [ -e dev-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json fi
6159
./buildenv.sh -e DEV -b dev-tc-notifications-consumers-deployvar
6260
source buildenvvar
6361
./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)