From 661a65caae93a7a37736e7b57ad34cf6b355719f Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 25 Sep 2020 20:51:19 +0200 Subject: [PATCH] Attempt to bypass gitea crash --- plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.sh b/plugin.sh index 3666fd2..73f7831 100755 --- a/plugin.sh +++ b/plugin.sh @@ -23,6 +23,7 @@ generate_secrets() { docker secret ls echo "$SECRET" + for SECRET in $(yq r "$PLUGIN_COMPOSE" 'secrets.*.name'); do if ! docker secret ls | grep -q "$SECRET"; then eval "echo \"generating $SECRET\""