Don't quote $PLUGIN_SOURCE
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
896a87301e
commit
7e2ad80aa6
@ -37,8 +37,10 @@ run_docker_cp() {
|
|||||||
echo "ERROR: can't find container for $PLUGIN_SERVICE"
|
echo "ERROR: can't find container for $PLUGIN_SERVICE"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
echo docker -H "$REMOTE_DOCKER_HOST" cp "$PLUGIN_SOURCE" "$CONTAINER:$PLUGIN_DEST"
|
# shellcheck disable=SC2086
|
||||||
tar cf - "$PLUGIN_SOURCE" | docker -H "$REMOTE_DOCKER_HOST" cp - "$CONTAINER:$PLUGIN_DEST"
|
echo tar cf - $PLUGIN_SOURCE | docker -H "$REMOTE_DOCKER_HOST" cp - "$CONTAINER:$PLUGIN_DEST"
|
||||||
|
# shellcheck disable=SC2086
|
||||||
|
tar cf - $PLUGIN_SOURCE | docker -H "$REMOTE_DOCKER_HOST" cp - "$CONTAINER:$PLUGIN_DEST"
|
||||||
echo "--- end deploy ---"
|
echo "--- end deploy ---"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user