Skip to content

Commit

Permalink
chore(ci): Update version of cue to latest (0.10.0) (#21217)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Sep 6, 2024
1 parent fbcda67 commit 9693f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/environment/bootstrap-ubuntu-20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ apt-get install --yes --no-install-recommends \
# Cue
TEMP=$(mktemp -d)
curl \
-L https://github.com/cue-lang/cue/releases/download/v0.9.1/cue_v0.9.1_linux_amd64.tar.gz \
-o "${TEMP}/cue_v0.9.1_linux_amd64.tar.gz"
-L https://github.com/cue-lang/cue/releases/download/v0.10.0/cue_v0.10.0_linux_amd64.tar.gz \
-o "${TEMP}/cue_v0.10.0_linux_amd64.tar.gz"
tar \
-xvf "${TEMP}/cue_v0.9.1_linux_amd64.tar.gz" \
-xvf "${TEMP}/cue_v0.10.0_linux_amd64.tar.gz" \
-C "${TEMP}"
cp "${TEMP}/cue" /usr/bin/cue
rm -rf "$TEMP"
Expand Down

0 comments on commit 9693f52

Please sign in to comment.