From 8ad130893d8c8916be7198a60abdca3208c8b0da Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 25 Oct 2022 19:57:31 +0000 Subject: [PATCH] trim rollback from makefile --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 1de8c9589..fcd1ce054 100644 --- a/Makefile +++ b/Makefile @@ -100,12 +100,6 @@ cf-login: ## Log in to Cloud Foundry cf-check-api-db-migration-task: ## Get the status for the last notifications-api task @cf curl /v3/apps/`cf app --guid notifications-api`/tasks?order_by=-created_at | jq -r ".resources[0].state" -# .PHONY: cf-rollback -# cf-rollback: ## Rollbacks the app to the previous release -# $(if ${CF_APP},,$(error Must specify CF_APP)) -# rm ${CF_MANIFEST_PATH} -# cf cancel-deployment ${CF_APP} - .PHONY: check-if-migrations-to-run check-if-migrations-to-run: @echo $(shell python3 scripts/check_if_new_migration.py)