]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/run.sh
Auto merge of #90872 - ken-matsui:add-defer-to-rustdoc-template, r=jsha
[rust.git] / src / ci / run.sh
index a21b40cfb779f35465e00e3b1f48517c09cf7318..948445427d95bcabb11d119d6bb8f72ae54906e3 100755 (executable)
@@ -117,7 +117,7 @@ datecheck() {
   echo -n "  local time: "
   date
   echo -n "  network time: "
-  curl -fs --head http://detectportal.firefox.com/success.txt | grep ^Date: \
+  curl -fs --head http://ci-caches.rust-lang.org | grep ^Date: \
       | sed 's/Date: //g' || true
   echo "== end clock drift check =="
 }