Sorry, shellcheck! 🐢😳
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-09-27 21:35:02 +02:00
parent dae01492e2
commit 9ebb6d0995
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ REMOTE_DOCKER_HOST="ssh://$PLUGIN_USER@$PLUGIN_HOST:$PLUGIN_PORT"
create_networks() {
for NETWORK in $PLUGIN_NETWORKS; do
docker -H "$REMOTE_DOCKER_HOST" \
network create --driver=overlay $NETWORK --scope swarm || true
network create --driver=overlay "$NETWORK" --scope swarm || true
done
}