Fix typo in build script (mainly for triggering CI).
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Stanislav Nikitin 2024-05-04 13:29:03 +05:00
parent 8b945c8f90
commit 4f4e5b22b8
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -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}"