Compare commits

..

No commits in common. "8d53a9937d4b9d3c35075fa97f5dddf3eff2e73e" and "8b945c8f905265666d3984ccba9f89d7c218ee48" have entirely different histories.

5 changed files with 5 additions and 5 deletions

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

View File

@ -6,7 +6,7 @@
set -xe set -xe
go_version=1.22.5 go_version=1.22.2
# shellcheck disable=SC2086,SC2046,SC2164 # shellcheck disable=SC2086,SC2046,SC2164
cd $(dirname ${BASH_SOURCE[0]}) cd $(dirname ${BASH_SOURCE[0]})

View File

@ -4,7 +4,7 @@
# Line above disables shellcheck linters: # Line above disables shellcheck linters:
# * SC2154 - variable referenced but not assigned (false positive, assigned when sourced arch.sh). # * SC2154 - variable referenced but not assigned (false positive, assigned when sourced arch.sh).
golangci_lint_version=1.59.1 golangci_lint_version=1.57.2
# shellcheck disable=SC2086,SC2046,SC2164 # shellcheck disable=SC2086,SC2046,SC2164
cd "$(dirname ${BASH_SOURCE[0]})" cd "$(dirname ${BASH_SOURCE[0]})"

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
mockery_v2_version=2.43.2 mockery_v2_version=2.42.2
cd /tmp || exit 1 cd /tmp || exit 1

View File

@ -4,7 +4,7 @@
# Line above disables shellcheck linters: # Line above disables shellcheck linters:
# * SC2154 - variable referenced but not assigned (false positive, assigned when sourced arch.sh). # * SC2154 - variable referenced but not assigned (false positive, assigned when sourced arch.sh).
taskfile_version=3.38.0 taskfile_version=3.36.0
# shellcheck disable=SC2086,SC2046,SC2164 # shellcheck disable=SC2086,SC2046,SC2164
cd "$(dirname ${BASH_SOURCE[0]})" cd "$(dirname ${BASH_SOURCE[0]})"