From 6cbfb21020a14b5010adbe397f2ec69e39507e9f Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 13 Aug 2020 17:12:15 -0700 Subject: [PATCH] clean up comments --- tools/docker/build.sh | 3 +-- tools/docker/deploy.sh | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/docker/build.sh b/tools/docker/build.sh index 75a1402a9..e80162faa 100755 --- a/tools/docker/build.sh +++ b/tools/docker/build.sh @@ -3,8 +3,7 @@ set -euxo pipefail IFS=$'\n\t' # This script builds certbot docker and certbot dns plugins docker using the -# local Certbot files. The build is currently done following the environment used by -# Dockerhub since this code previously used Docker Hub's automated build feature. +# local Certbot files. # Usage: ./build.sh [TAG] # with [TAG] corresponding the base of the tag to give the Docker images. diff --git a/tools/docker/deploy.sh b/tools/docker/deploy.sh index 65547aa4c..3be664f99 100755 --- a/tools/docker/deploy.sh +++ b/tools/docker/deploy.sh @@ -3,8 +3,6 @@ set -euxo pipefail IFS=$'\n\t' # This script deploys new versions of Certbot and Certbot plugin docker images. -# This process is currently done using a similar approach to Docker Hub since -# this code previously used Docker Hub's automated build feature. # Usage: ./deploy.sh [TAG] # with [TAG] corresponding the base of the tag to give the Docker images.