mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
fail UI_NEXT make src if variable not set
This commit is contained in:
@@ -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; \
|
git clone --depth 1 --branch $(UI_NEXT_GIT_BRANCH) $(UI_NEXT_GIT_REPO) $(UI_NEXT_DIR)/src || true; \
|
||||||
fi; \
|
fi; \
|
||||||
else \
|
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
|
fi
|
||||||
|
|
||||||
.PHONY: ui-next/src/webpack
|
.PHONY: ui-next/src/webpack
|
||||||
|
|||||||
Reference in New Issue
Block a user