We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acdc2b commit 1d36d38Copy full SHA for 1d36d38
pkg/pub_worker/tool/fetch-task-logs.sh
@@ -21,7 +21,7 @@ if [ $# -ne 0 ]; then
21
fi
22
23
# Find the pub server
24
-PUB_HOSTED_URL='https://jonasfj-dot-dartlang-pub-dev.appspot.com'
+#PUB_HOSTED_URL='https://jonasfj-dot-dartlang-pub-dev.appspot.com'
25
if [ -z "$VAR" ]; then
26
PUB_HOSTED_URL='https://pub.dev'
27
@@ -37,7 +37,7 @@ latest_version() {
37
export -f latest_version
38
39
fetch_task_log() {
40
- curl --retry 5 --fail -Ls "$PUB_HOSTED_URL/experimental/task-log/$1/$2/"
+ curl --retry 5 --fail -Ls "$PUB_HOSTED_URL/packages/$1/versions/$2/score/log.txt"
41
}
42
export -f fetch_task_log
43
0 commit comments