You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/31 05:19:13 UTC

[yetus] 08/10: YETUS-1043. github action website linkchecker doesn't work for releases (#182)

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

aw pushed a commit to branch YETUS-1034-release
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit 19e57f3e0f8dd89b3b668dc36f10d9d4275503ba
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Fri Oct 30 07:09:19 2020 -0700

    YETUS-1043. github action website linkchecker doesn't work for releases (#182)
---
 website-tester.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website-tester.sh b/website-tester.sh
index c1bf2c6..8e4367f 100755
--- a/website-tester.sh
+++ b/website-tester.sh
@@ -27,7 +27,7 @@ echo "::endgroup::"
 
 echo "::group::tar"
 tar -C /tmp/website/html --strip-components 1 \
-  -xpf yetus-dist/target/artifacts/apache-yetus-*-SNAPSHOT-site.tar.gz
+  -xpf yetus-dist/target/artifacts/apache-yetus-*-site.tar.gz
 echo "::endgroup::"
 
 echo "::group::start apache httpd"