From 4190e79c15ba02573e257adbed054d5b13dc29ab Mon Sep 17 00:00:00 2001 From: humanoid2050 Date: Fri, 7 Apr 2023 20:04:25 -0400 Subject: [PATCH] remove whitespace --- tools/docker/Dockerfile | 3 +-- tools/docker/build.sh | 4 +--- tools/docker/deploy_images.sh | 4 +--- tools/docker/deploy_manifests.sh | 5 +---- tools/docker/lib/common | 4 +--- tools/docker/test.sh | 2 +- 6 files changed, 6 insertions(+), 16 deletions(-) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 7465a5a13..be995f3a1 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -45,5 +45,4 @@ RUN apk add --no-cache --virtual .build-deps \ #extensive use of the cache. FROM certbot as certbot-plugin COPY --from=plugin-src . /opt/certbot/src/plugin -RUN python tools/pip_install.py --no-cache-dir --editable /opt/certbot/src/plugin - +RUN python tools/pip_install.py --no-cache-dir --editable /opt/certbot/src/plugin \ No newline at end of file diff --git a/tools/docker/build.sh b/tools/docker/build.sh index 784f2d752..9182f43b3 100755 --- a/tools/docker/build.sh +++ b/tools/docker/build.sh @@ -53,6 +53,4 @@ BuildAndLoadByArch() { for ARCH in "${REQUESTED_ARCH_ARRAY[@]}"; do BuildAndLoadByArch "$ARCH" -done - - +done \ No newline at end of file diff --git a/tools/docker/deploy_images.sh b/tools/docker/deploy_images.sh index 0abb36a30..d8766539d 100755 --- a/tools/docker/deploy_images.sh +++ b/tools/docker/deploy_images.sh @@ -43,6 +43,4 @@ for TAG_ARCH in "${REQUESTED_ARCH_ARRAY[@]}"; do for PLUGIN in "${CERTBOT_PLUGINS[@]}"; do DeployImage "$PLUGIN" "$TAG_ARCH" done -done - - +done \ No newline at end of file diff --git a/tools/docker/deploy_manifests.sh b/tools/docker/deploy_manifests.sh index eb1d26fa5..dee9f49ae 100755 --- a/tools/docker/deploy_manifests.sh +++ b/tools/docker/deploy_manifests.sh @@ -45,7 +45,4 @@ DeployManifest() { DeployManifest certbot for PLUGIN in "${CERTBOT_PLUGINS[@]}"; do DeployManifest "$PLUGIN" -done - - - +done \ No newline at end of file diff --git a/tools/docker/lib/common b/tools/docker/lib/common index 9908b9cf1..061a544ad 100644 --- a/tools/docker/lib/common +++ b/tools/docker/lib/common @@ -55,9 +55,7 @@ arch2platform() { esac } - ParseArgs() { - export TAG_VER="$1" if [ -z "$TAG_VER" ]; then echo "We cannot tag Docker images with an empty string!" >&2 @@ -109,4 +107,4 @@ CreateBuilder() { docker buildx rm certbot_builder || true # create the builder instance docker buildx create --name certbot_builder --driver docker-container --driver-opt=network=host --bootstrap -} +} \ No newline at end of file diff --git a/tools/docker/test.sh b/tools/docker/test.sh index c9b0e8500..702d75b71 100755 --- a/tools/docker/test.sh +++ b/tools/docker/test.sh @@ -40,4 +40,4 @@ for TAG_ARCH in "${REQUESTED_ARCH_ARRAY[@]}"; do for PLUGIN in "${CERTBOT_PLUGINS[@]}"; do TestImage "$PLUGIN" "$TAG_ARCH" "$TAG_VER" done -done +done \ No newline at end of file