Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update all references to /lang to /snekbin | 2024-10-03 | -1/+1 | |
| | ||||
* | Use xargs over find -exec to ensure exit code is returned properly | 2024-04-07 | -2/+2 | |
| | | | | | Running this script in it's previous form (via `docker compose run`) always returned an exit code of 0. This is due to `find` always returning a 0 exit code, unless an error occurred while traversing the directories. | |||
* | Make CI and deployment.yaml share the same dependency install script (#190) | 2023-08-31 | -0/+5 | |
* Make CI and deployment.yaml share the same dependency install script * squashme: add set -euo pipefail as sane defaults This also requires running under bash rather than sh * squashme: add make target for installing eval deps |