mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
fail UI_NEXT make src if variable not set
This commit is contained in:
parent
d1895bb92e
commit
cd6cb3352e
@ -73,7 +73,8 @@ $(UI_NEXT_DIR)/src:
|
||||
git clone --depth 1 --branch $(UI_NEXT_GIT_BRANCH) $(UI_NEXT_GIT_REPO) $(UI_NEXT_DIR)/src || true; \
|
||||
fi; \
|
||||
else \
|
||||
echo "SKIP: ui-next/src. UI_NEXT_LOCAL and UI_NEXT_GIT_REPO are not set."; \
|
||||
echo "FAILED: ui-next/src. UI_NEXT_LOCAL and UI_NEXT_GIT_REPO are not set."; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
.PHONY: ui-next/src/webpack
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user