Skip to content

Commit

Permalink
common-instancetypes: Check for clean tree in presubmits (#3109)
Browse files Browse the repository at this point in the history
Run the check-clean-tree Makefile target in the presubmits of
common-instancetypes.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
  • Loading branch information
0xFelix authored Dec 6, 2023
1 parent 78ee2f0 commit 07baab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ presubmits:
command:
- "/bin/bash"
- "-c"
- "make && cp _build/* /logs/artifacts"
- "make check-tree-clean all && cp _build/* /logs/artifacts"
resources:
requests:
memory: "1Gi"
Expand Down

0 comments on commit 07baab7

Please sign in to comment.