aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install_eval_deps.sh (follow)
Commit message (Collapse)AuthorAgeLines
* Update all references to /lang to /snekbinGravatar Chris Lovering2024-10-03-1/+1
|
* Use xargs over find -exec to ensure exit code is returned properlyGravatar Chris Lovering2024-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)Gravatar ChrisJL2023-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