leonardBang commented on code in PR #21875: URL: https://github.com/apache/flink/pull/21875#discussion_r1098124530
########## tools/azure-pipelines/uploading_watchdog.sh: ########## @@ -27,6 +27,9 @@ if [ -z "$HERE" ] ; then exit 1 fi +sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/g' /etc/apt/sources.list +sudo apt-get update + Review Comment: I‘m not sure this works as the azure service has recovered when this CI running -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
