Improve docker image creation - #2035
Draft
aleeusgr wants to merge 8 commits into
Draft
IOG Hydra / ci/hydra-build:x86_64-linux.checks.shellcheck
failed
Jan 2, 2026 in 0s
Build failed
1 failed steps
Details
Failed Steps
Step 1
Derivation
/nix/store/d864fjr96jv169vzi5ldx9cqwqpjd2b3-shellcheck.drv
Log
./scripts/run-everything-tmux.sh [ PASSED ]
./scripts/gen-tx-submit-config.sh [ PASSED ]
./scripts/fourmolize.sh [ PASSED ]
./scripts/postgresql-setup.sh [ PASSED ]
./scripts/secp256k1-setup.sh [ PASSED ]
./scripts/postgresql-test.sh [ PASSED ]
In ./docker/test-image.sh line 52:
return ${PIPESTATUS[0]:-0}
^-----------------^ SC2086 (info): Double quote to prevent globbing and word splitting.
Did you mean:
return "${PIPESTATUS[0]:-0}"
For more information:
https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
./docker/test-image.sh [ FAILED ]
./docker/build.sh [ PASSED ]
Total Failed Files: 1
Loading