Fix typo in build script (mainly for triggering CI).

This commit is contained in:
2024-05-04 13:29:03 +05:00
parent 8b945c8f90
commit 77765758c9

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# build.sh checks if docker image with same sha256 exists remotely. # 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}" commit_sha="${DRONE_COMMIT_SHA}"
image_path="${REGISTRY}${REGISTRY_PROJECT}" image_path="${REGISTRY}${REGISTRY_PROJECT}"