clean up comments

This commit is contained in:
Brad Warren 2020-08-13 17:12:15 -07:00
parent 4ea74e6d3f
commit 6cbfb21020
2 changed files with 1 additions and 4 deletions

View file

@ -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.

View file

@ -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.