mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-27 04:52:07 -05:00
fix makefile syntax
This commit is contained in:
2
Makefile
2
Makefile
@@ -283,7 +283,7 @@ cf-deploy: ## Deploys the app to Cloud Foundry
|
||||
sleep 10
|
||||
|
||||
# get the new GUID, and find all crash events for that. If there were any crashes we will abort the deploy.
|
||||
[ $(cf curl "/v2/events?q=type:app.crash&q=actee:$$(cf app --guid notify-delivery-worker-receipts)" | jq ".total_results") -eq 0 ]
|
||||
[ $$(cf curl "/v2/events?q=type:app.crash&q=actee:$$(cf app --guid ${CF_APP})" | jq ".total_results") -eq 0 ]
|
||||
cf delete -f ${CF_APP}-rollback
|
||||
|
||||
.PHONY: cf-deploy-api-db-migration
|
||||
|
||||
Reference in New Issue
Block a user