Appease formatter
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 21:02:52 +02:00
parent 904c475947
commit 1dfa801dcb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ generate_secrets() {
export DOCKER_HOST="ssh://$PLUGIN_USER@$PLUGIN_HOST:$PLUGIN_PORT"
for SECRET in $(yq r "$PLUGIN_COMPOSE" 'secrets.*.name'); do
for SECRET in $(yq r "$PLUGIN_COMPOSE" 'secrets.*.name'); do
SECRET=$(eval echo "$SECRET")
if docker secret ls | grep -q "$SECRET"; then
echo "Skipping existing secret $SECRET"