Skip to content

Commit

Permalink
keep vault/service_stores.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Nov 19, 2024
1 parent c93073c commit 71b32c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@ clean-all: clean-logs clean-compose clean-containers clean-secrets \
#<<<
.PHONY: clean-authx
clean-authx:
mv tmp/vault/service_stores.txt tmp/vault_service_stores.txt
$(foreach MODULE, $(CANDIG_AUTH_MODULES), $(MAKE) clean-$(MODULE);)
-mkdir tmp/vault
mv tmp/vault_service_stores.txt tmp/vault/service_stores.txt


# Empties error and progress logs
Expand Down

0 comments on commit 71b32c1

Please sign in to comment.