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 b70f000 commit 1590a07Copy full SHA for 1590a07
.circleci/config.yml
@@ -55,9 +55,7 @@ jobs:
55
- deploy:
56
name: Running Masterscript - deploy tc-notifications-consumers service
57
command: |
58
- if [ -e dev-tc-notifications-deployvar.json ]; then
59
- sudo rm -vf dev-tc-notifications-deployvar.json
60
- fi
+ if [ -e dev-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json fi
61
./buildenv.sh -e DEV -b dev-tc-notifications-consumers-deployvar
62
source buildenvvar
63
./master_deploy.sh -d ECS -e DEV -t latest -s dev-global-appvar,dev-tc-notifications-appvar -i tc-notifications
0 commit comments