devtools/ci: fix reference in ci.sh and nodejs.sh filename

Change-Id: I370a918cc379907815c42236aa088ba8f20bd487
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/325130
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
This commit is contained in:
Julie Qiu 2021-06-04 10:50:37 -10:00
Родитель 0d2439f018
Коммит 0200e3aa2a
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,7 @@ done
# Find the repo root.
script_dir=$(dirname "$(readlink -f "$0")")
pkgsite_dir=$(readlink -f "${script_dir}/..")
pkgsite_dir=$(readlink -f "${script_dir}/../..")
# Run postgres.
pg_container=$(${maybe_sudo}docker run --rm -d -e LANG=C postgres:11.4)

Просмотреть файл