mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
chore: remove build-cross dependency from test-acceptance
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
parent
82899404a6
commit
d199a1a42c
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -130,8 +130,7 @@ test-source-headers:
|
|||
@scripts/validate-license.sh
|
||||
|
||||
.PHONY: test-acceptance
|
||||
test-acceptance: TARGETS = linux/amd64
|
||||
test-acceptance: build build-cross
|
||||
test-acceptance: build
|
||||
@if [ -d "${ACCEPTANCE_DIR}" ]; then \
|
||||
cd ${ACCEPTANCE_DIR} && \
|
||||
ROBOT_RUN_TESTS=$(ACCEPTANCE_RUN_TESTS) ROBOT_HELM_PATH='$(BINDIR)' make acceptance; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue