Skip to content

Commit 521ba12

Browse files
committed
CI: fix default ci-build-test target
Use the ci prefix. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 95695b3 commit 521ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ifneq ($(wildcard .ci/build-test/$(BOOTLINUX_BASENAME)),)
88
ifneq ($(wildcard .ci/test/$(BOOTLINUX_BASENAME)),)
99
ifneq ($(wildcard .ci/results/$(BOOTLINUX_BASENAME)),)
1010

11-
ci-build-test: build-test-$(BOOTLINUX_BASENAME)
11+
ci-build-test: ci-build-test-$(BOOTLINUX_BASENAME)
1212

1313
PHONY += build-test
1414

0 commit comments

Comments
 (0)