Skip to content

Commit

Permalink
Merge branch 'main' into all-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 18, 2024
2 parents c16ce5d + 459f8d2 commit 07d0f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/00-kubernetes-minikube-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COSIGN_RELEASE_URL="https://github.com/sigstore/cosign/releases/download/${COSIG
COSIGN_CHECKSUMS="cosign_checksums.txt"
COSIGN_ASSET="${COSIGN_BIN}-${COSIGN_OS}-${COSIGN_ARCH}"

CUE_VERSION=v0.7.0
CUE_VERSION=v0.8.0
CUE_FILE_NAME=cue_${CUE_VERSION}_linux_amd64.tar.gz
CUE_URL=https://github.com/cue-lang/cue/releases/download/${CUE_VERSION}
CUE_CHECKSUMS=checksums.txt
Expand Down Expand Up @@ -169,7 +169,7 @@ case "${PLATFORM}" in
rm ${CUE_CHECKSUMS}
rm ${CUE_FILE_NAME}
rm ${CHECKSUM_FILE}
rm -rf doc LICENSE README.md cue
rm -rf doc LICENSE README.md cue cuepls
popd
rmdir "$TMP"
)
Expand Down

0 comments on commit 07d0f43

Please sign in to comment.