Unverified Commit 8ec7d5e6 authored by ShylajaDevadiga's avatar ShylajaDevadiga Committed by GitHub

fix_get_sha_url (#7187)

parent a9937666
...@@ -22,5 +22,5 @@ while [ $? -ne 0 ]; do ...@@ -22,5 +22,5 @@ while [ $? -ne 0 ]; do
fi fi
sed -i 1d "$2" sed -i 1d "$2"
sleep 1 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 done
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment