diff --git a/awx/ui_next/Makefile b/awx/ui_next/Makefile index 8cb71b6a12..3e7f77bf9e 100644 --- a/awx/ui_next/Makefile +++ b/awx/ui_next/Makefile @@ -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