Skip to content

Commit

Permalink
fix_get_sha_url (#7187)
Browse files Browse the repository at this point in the history
Signed-off-by: ShylajaDevadiga <[email protected]>
  • Loading branch information
ShylajaDevadiga authored Mar 31, 2023
1 parent a993766 commit 8ec7d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/scripts/latest_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
done
curl -s --fail https://k3s-ci-builds.s3.amazonaws.com/k3s-$(head -n 1 $2).sha256sum
done

0 comments on commit 8ec7d5e

Please sign in to comment.