You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/03/05 15:39:51 UTC

[avro] 02/03: AVRO-3068: Get archived version of Yetus 1.10

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 68cd64a1f39a3c24397f58e64e9355274c7c5818
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Fri Mar 5 13:58:22 2021 +0100

    AVRO-3068: Get archived version of Yetus 1.10
---
 .travis/before_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis/before_install.sh b/.travis/before_install.sh
index b5bd8ed..a295e41 100755
--- a/.travis/before_install.sh
+++ b/.travis/before_install.sh
@@ -25,7 +25,7 @@ case "$TRAVIS_OS_NAME" in
     sudo rm -rf /var/lib/apt/lists/*
 
     # Only Yetus 0.9.0+ supports `ADD` and `COPY` commands in Dockerfile
-    curl -L https://www-us.apache.org/dist/yetus/0.10.0/apache-yetus-0.10.0-bin.tar.gz | tar xvz -C /tmp/
+    curl -L https://archive.apache.org/dist/yetus/0.10.0/apache-yetus-0.10.0-bin.tar.gz | tar xvz -C /tmp/
     # A dirty workaround to disable the Yetus robot for TravisCI,
     # since it'll cancel the changes that .travis/script.sh will do,
     # even if the `--dirty-workspace` option is specified.