Skip to content

Commit

Permalink
Merge pull request #8243 from johngmyers/fix-china
Browse files Browse the repository at this point in the history
Fix aws-china.md to download SHA-256 checksums for kops assets
  • Loading branch information
k8s-ci-robot committed Jan 3, 2020
2 parents f7e6091 + 71fa158 commit 71761bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aws-china.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ for asset in "${KOPS_ASSETS[@]}"; do
mkdir -p "$dir"
url="https://kubeupv2.s3.amazonaws.com/kops/$KOPS_VERSION/$asset"
wget -P "$dir" "$url"
wget -P "$dir" "$url.sha1"
wget -P "$dir" "$url.sha256"
done

## Upload assets
Expand Down

0 comments on commit 71761bf

Please sign in to comment.