Browse Source

fix_get_sha_url (#7187)

Signed-off-by: ShylajaDevadiga <shylaja@rancher.com>
pull/7196/head
ShylajaDevadiga 2 years ago committed by GitHub
parent
commit
8ec7d5e6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/e2e/scripts/latest_commit.sh

2
tests/e2e/scripts/latest_commit.sh

@ -22,5 +22,5 @@ while [ $? -ne 0 ]; do
fi
sed -i 1d "$2"
sleep 1
curl -s --fail https://k3s-ci-builds.s3.amazonaws.com/k3s-ci-builds/k3s-$(head -n 1 $2).sha256sum
curl -s --fail https://k3s-ci-builds.s3.amazonaws.com/k3s-$(head -n 1 $2).sha256sum
done
Loading…
Cancel
Save