fix(deps): update github.com/tursodatabase/libsql-client-go digest to 9d5d30a#119
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update github.com/tursodatabase/libsql-client-go digest to 9d5d30a#119renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Garnix CI / check shellcheck-check [x86_64-linux]
succeeded
May 28, 2026 in 15m 42s
check shellcheck-check [x86_64-linux]
check shellcheck-check [x86_64-linux] succeeded
Details
Last 100 lines of logs:
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ -z ${GIT_REPO} ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./infra/talos/01b.us/load-env.sh line 40:
shellcheck-check> echo "GIT_REPO=$GIT_REPO"
shellcheck-check> ^-------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "GIT_REPO=${GIT_REPO}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./infra/talos/01b.us/load-env.sh line 42:
shellcheck-check> if [[ -z $KUBECONFIG ]]; then
shellcheck-check> ^---------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ -z ${KUBECONFIG} ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./infra/talos/01b.us/load-env.sh line 45:
shellcheck-check> echo "KUBECONFIG=$KUBECONFIG"
shellcheck-check> ^---------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "KUBECONFIG=${KUBECONFIG}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./infra/talos/01b.us/load-env.sh line 47:
shellcheck-check> if [[ -z $TALOSCONFIG ]]; then
shellcheck-check> ^----------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ -z ${TALOSCONFIG} ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./infra/talos/01b.us/load-env.sh line 50:
shellcheck-check> echo "TALOSCONFIG=$TALOSCONFIG"
shellcheck-check> ^----------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "TALOSCONFIG=${TALOSCONFIG}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 7:
shellcheck-check> devices=$(lsblk -d -o NAME -n | grep -E '^(sd|nvme|hd)')
shellcheck-check> ^-----------------^ SC2312 (info): Consider invoking this command separately to avoid masking its return value (or use '|| true' to ignore).
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 9:
shellcheck-check> for dev in $devices; do
shellcheck-check> ^------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> for dev in ${devices}; do
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 10:
shellcheck-check> echo "=== Device: /dev/$dev ==="
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "=== Device: /dev/${dev} ==="
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 11:
shellcheck-check> smartctl -x "/dev/$dev"
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> smartctl -x "/dev/${dev}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 13:
shellcheck-check> if [[ $dev == nvme* ]]; then
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ ${dev} == nvme* ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 16:
shellcheck-check> nvme smart-log "/dev/$dev"
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> nvme smart-log "/dev/${dev}"
shellcheck-check>
shellcheck-check> For more information:
shellcheck-check> https://www.shellcheck.net/wiki/SC1054 -- You need a space after the '{'.
shellcheck-check> https://www.shellcheck.net/wiki/SC1055 -- You need at least one command her...
shellcheck-check> https://www.shellcheck.net/wiki/SC2068 -- Double quote array expansions to ...
shellcheck-check> buildPhase completed in 15 minutes 15 seconds
shellcheck-check> Running phase: installPhase
shellcheck-check> Running phase: fixupPhase
shellcheck-check> shrinking RPATHs of ELF executables and libraries in /nix/store/fzmim939s67v7iyw9zwk2i4lym0idkyz-shellcheck-check
shellcheck-check> checking for references to /build/ in /nix/store/fzmim939s67v7iyw9zwk2i4lym0idkyz-shellcheck-check...
shellcheck-check> patching script interpreter paths in /nix/store/fzmim939s67v7iyw9zwk2i4lym0idkyz-shellcheck-check
Uploaded /nix/store/fzmim939s67v7iyw9zwk2i4lym0idkyz-shellcheck-check to the garnix binary cache.
Loading