Skip to content

Commit

Permalink
update get-armadactl make target not to cause git diffs (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
  • Loading branch information
dejanzele authored Jul 24, 2024
1 parent 4bdd866 commit 7cfe1e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ submit-example-job: ## Submit example job to Armada using armadactl

.PHONY: get-armadactl
get-armadactl: ## Get armadactl binary
curl https://raw.githubusercontent.com/armadaproject/armada/master/scripts/get-armadactl.sh | bash
curl -o $(LOCALBIN_APP)/get-armadactl.sh https://raw.githubusercontent.com/armadaproject/armada/master/scripts/get-armadactl.sh
bash -c "cd bin/app && bash get-armadactl.sh"
rm bin/app/get-armadactl.sh

##@ Codegen

Expand Down

0 comments on commit 7cfe1e7

Please sign in to comment.