Skip to content

Commit

Permalink
Remove debugging from 'make awscli'
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <[email protected]>
  • Loading branch information
squizzi authored and zerospiel committed Sep 24, 2024
1 parent a479f5e commit 49cee69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,7 @@ $(ENVSUBST): | $(LOCALBIN)
.PHONY: awscli
awscli: $(AWSCLI)
$(AWSCLI): | $(LOCALBIN)
set -x; \
if [ $(OS) == "linux" ]; then \
@if [ $(OS) == "linux" ]; then \
curl "https://awscli.amazonaws.com/awscli-exe-linux-$(shell uname -m)-$(AWSCLI_VERSION).zip" -o "/tmp/awscliv2.zip"; \
unzip -qq /tmp/awscliv2.zip -d /tmp; \
/tmp/aws/install -i $(LOCALBIN)/aws-cli -b $(LOCALBIN) --update; \
Expand Down

0 comments on commit 49cee69

Please sign in to comment.