diff --git a/build.sh b/build.sh index f78392e..1d4290f 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # build.sh checks if docker image with same sha256 exists remotely. -# if exists, do nothing, if not, build the image +# if exists, do nothing, if not, build the image. commit_sha="${DRONE_COMMIT_SHA}" image_path="${REGISTRY}${REGISTRY_PROJECT}"