Just completely trash all the secrets fuck it

Nah, we're not using --force, we're good.
This commit is contained in:
Luke Murphy 2020-09-25 20:39:50 +02:00
parent 1fb6799b10
commit 6aa9183e19
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ run_stack_wait() {
run_purge() {
echo "--- start purge ---"
docker -H "$DOCKER_HOST" stack rm "$PLUGIN_STACK"
# TODO: also cleanup secrets once that is sorted
docker -H "$DOCKER_HOST" secret ls -q | docker -H "$DOCKER_HOST" secret rm
echo "--- end purge ---"
}