Skip to content

Commit a35874d

Browse files
Update config.yml
1 parent a5b0f83 commit a35874d

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
@@ -52,9 +52,7 @@ jobs:
5252
./buildenv.sh -e DEV -b dev-tc-notifications-deployvar
5353
source buildenvvar
5454
./master_deploy.sh -d ECS -e DEV -t latest -s dev-global-appvar,dev-tc-notifications-appvar -i tc-notifications
55-
- deploy:
56-
name: Running Masterscript - deploy tc-notifications-consumers service
57-
command: |
55+
echo "Running Masterscript - deploy tc-notifications-consumers service"
5856
if [ -e dev-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json fi
5957
./buildenv.sh -e DEV -b dev-tc-notifications-consumers-deployvar
6058
source buildenvvar

0 commit comments

Comments
 (0)