Skip to content

Commit a86c488

Browse files
Ben Howardmiabbott
Ben Howard
authored andcommitted
Makefile: disable Gangplank, again
Gangplank checks are broken in Quay. Since Ganplank is not a full-production tool, let's disable for now. Signed-off-by: Ben Howard <[email protected]>
1 parent 0ffd17f commit a86c488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif
3030
.%.shellchecked: %
3131
./tests/check_one.sh $< $@
3232

33-
check: ${src_checked} ${tests_checked} ${cwd_checked} flake8 pycheck mantle-check gangplank-check
33+
check: ${src_checked} ${tests_checked} ${cwd_checked} flake8 pycheck mantle-check
3434
echo OK
3535

3636
pycheck:

0 commit comments

Comments
 (0)