Rollup merge of #68003 - pietroalbini:yet-another-toolstate-fix, r=Mark-Simulacrum

ci: fix wrong shared.sh import for publish_toolstate

r? @Mark-Simulacrum
This commit is contained in:
Yuki Okushi
2020-01-09 00:29:22 +09:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
set -euo pipefail
IFS=$'\n\t'
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
source "$(cd "$(dirname "$0")" && pwd)/shared.sh"
# The following lines are also found in src/bootstrap/toolstate.rs,
# so if updating here, please also update that file.