Always assume we're in the root of the treeherder repo in entrypoint_prod.sh (#7146)

This commit is contained in:
Ben Hearsum (he/him) 2021-05-20 13:52:10 -04:00 коммит произвёл GitHub
Родитель 17472feedd
Коммит e1c8733be9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5,7 +5,7 @@
# https://devcenter.heroku.com/articles/release-phase
# https://devcenter.heroku.com/articles/runtime-principles#build-release-run
if [ "$1" == "release" ]; then
exec ../bin/pre_deploy
exec ./bin/pre_deploy
# The `web` process type is the only one that receives external traffic from Heroku's routers.
# We set the maximum request duration to 20 seconds, to ensure that poorly performing API