mirror of
https://github.com/casjaysdevdocker/deno
synced 2026-08-09 02:01:17 -04:00
deno-1.46 / release-deno-1_46 (push) Failing after 56s
deno-2 / release-deno-2 (push) Failing after 43s
deno / release-deno (push) Failing after 13m43s
deno-1 / release-deno-1 (push) Failing after 13m52s
deno-2.1 / release-deno-2_1 (push) Failing after 14m2s
deno-2.0 / release-deno-2_0 (push) Failing after 14m13s
The grep -vF line that appends /usr/local/etc/hosts entries had a duplicate 2>/dev/null redirect after the append operator, which is a no-op but clutters the script. Synced from template. - rootfs/usr/local/bin/entrypoint.sh: remove duplicate 2>/dev/null from grep -vF /etc/hosts append line; bump version to 202606261500-git rootfs/usr/local/bin/entrypoint.sh