Skip to content

Commit

Permalink
Add exec permissions to yq binary (aws#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Dec 17, 2021
1 parent 3b4ac4d commit 67c97c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder-base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ wget \
$YQ_DOWNLOAD_URL
sha256sum -c $BASE_DIR/yq-$TARGETARCH-checksum
mv yq_linux_$TARGETARCH $USR_BIN/yq
chmod +x $USR_BIN/yq

# Bash 4.3 is required to run kubernetes make test
wget $BASH_DOWNLOAD_URL
Expand Down

0 comments on commit 67c97c5

Please sign in to comment.