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 5c8097b commit 896ebb5Copy full SHA for 896ebb5
.circleci/config.yml
@@ -53,7 +53,7 @@ jobs:
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
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
+ if [ -e dev-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json; fi
57
./buildenv.sh -e DEV -b dev-tc-notifications-consumers-deployvar
58
59
0 commit comments