Skip to content

Commit

Permalink
Remove pre hook from scheme/common/Makefile
Browse files Browse the repository at this point in the history
This hook does not appear to serve a purpose, and it triggers tests
during docker deployment creation (by invoking "make -C ../../handler",
which triggers the default target, which is "test"). This, in turn,
causes copyright checks to run as part of docker creation which can
cause problems in CI as these checks would not be property configured.

Signed-off-by: Sergei Trofimov <[email protected]>
  • Loading branch information
setrofim committed Apr 30, 2024
1 parent b4ad178 commit 2e858b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scheme/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

SUBDIR := arm

all: all-hook-pre
clean:

all-hook-pre all-test-pre all-lint-pre:
$(MAKE) -C ../../handler

include ../../mk/common.mk
include ../../mk/lint.mk
include ../../mk/test.mk
Expand Down

0 comments on commit 2e858b7

Please sign in to comment.