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:
parent
8b945c8f90
commit
4f4e5b22b8
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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user