We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b0f83 commit a35874dCopy full SHA for a35874d
.circleci/config.yml
@@ -52,9 +52,7 @@ jobs:
52
./buildenv.sh -e DEV -b dev-tc-notifications-deployvar
53
source buildenvvar
54
./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: |
+ echo "Running Masterscript - deploy tc-notifications-consumers service"
58
if [ -e dev-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json fi
59
./buildenv.sh -e DEV -b dev-tc-notifications-consumers-deployvar
60
0 commit comments