Skip to content

Commit

Permalink
check which arch ignite is
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed May 7, 2024
1 parent 52589f5 commit c796223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ ignite_install: ## Install ignite. Used by CI and heighliner.
rm ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \
echo "Checking if Ignite CLI is in the expected directory..."; \
ls -lah /usr/local/bin/ | grep ignite; \
file /usr/local/bin/ignite
echo "Current PATH: $$PATH"; \
echo "Trying to run Ignite CLI version:"; \
/usr/local/bin/ignite version; \
Expand Down

0 comments on commit c796223

Please sign in to comment.