mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
clean up comments
This commit is contained in:
parent
4ea74e6d3f
commit
6cbfb21020
2 changed files with 1 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue