Update publish-all.sh for new paths.

This commit is contained in:
Dan Gohman
2019-11-08 10:26:48 -08:00
parent b158666f2b
commit 7ac115d632
5 changed files with 18 additions and 39 deletions

View File

@@ -13,7 +13,7 @@ set -euo pipefail
# All tests run by this script should be passing at all times.
# Repository top-level directory.
topdir=$(dirname "$0")
topdir=$(dirname "$0")/..
cd "$topdir"
function banner {