From 4f4e5b22b8709d526f4f92dced851b1070b5bb0a Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sat, 4 May 2024 13:29:03 +0500 Subject: [PATCH] Fix typo in build script (mainly for triggering CI). --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"