Skip to content

Commit

Permalink
Revert "Enable destroying dev environments"
Browse files Browse the repository at this point in the history
This reverts commit 9556705.
  • Loading branch information
monotypical committed Nov 6, 2024
1 parent 9556705 commit 0aa4db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ dev: globals ## Set Environment to DEV
$(eval export AWS_DEFAULT_REGION ?= eu-west-1)
$(eval export CYBER_PASSWORD_STORE_DIR?=${HOME}/.paas-pass)
$(eval export CONCOURSE_INSTANCE_TYPE=c7a.xlarge)
$(eval export ENABLE_DESTROY=true)
@true

.PHONY: $(filter-out dev%,$(MAKECMDGOALS))
Expand Down

0 comments on commit 0aa4db5

Please sign in to comment.