Skip to content

Commit 1d36d38

Browse files
authored
Fixed the fetch-tasks tool for debugging (#8330)
1 parent 4acdc2b commit 1d36d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/pub_worker/tool/fetch-task-logs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ $# -ne 0 ]; then
2121
fi
2222

2323
# Find the pub server
24-
PUB_HOSTED_URL='https://jonasfj-dot-dartlang-pub-dev.appspot.com'
24+
#PUB_HOSTED_URL='https://jonasfj-dot-dartlang-pub-dev.appspot.com'
2525
if [ -z "$VAR" ]; then
2626
PUB_HOSTED_URL='https://pub.dev'
2727
fi
@@ -37,7 +37,7 @@ latest_version() {
3737
export -f latest_version
3838

3939
fetch_task_log() {
40-
curl --retry 5 --fail -Ls "$PUB_HOSTED_URL/experimental/task-log/$1/$2/"
40+
curl --retry 5 --fail -Ls "$PUB_HOSTED_URL/packages/$1/versions/$2/score/log.txt"
4141
}
4242
export -f fetch_task_log
4343

0 commit comments

Comments
 (0)