Skip to content

Commit 0d402c1

Browse files
mudlersmudler
andauthored
ci: specify package tree to be able to resolve templates (#512)
Signed-off-by: Ettore Di Giacinto <[email protected]> Co-authored-by: Ettore Di Giacinto <[email protected]>
1 parent 1ef9d96 commit 0d402c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/Makefile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ serve-repo: $(LUET)
9999
LUET_NOLOCK=true $(LUET) serve-repo --port 8000 --dir $(DESTINATION)
100100

101101
autobump: $(LUET)
102-
TREE_DIR=$(ROOT_DIR) $(LUET) autobump-github
102+
TREE_DIR=$(ROOT_DIR)/packages $(LUET) autobump-github
103103

104104
validate: $(LUET)
105105
$(LUET) tree validate --tree $(TREE) $(_VALIDATE_OPTIONS)

0 commit comments

Comments
 (0)