Fix typo in build script (mainly for triggering CI).
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
2
build.sh
2
build.sh
@@ -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}"
|
||||||
|
Reference in New Issue
Block a user