Skip to content

Commit 0ac9a84

Browse files
committed
dev: add task to download vendor packages
1 parent 6be5f2f commit 0ac9a84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ build-test:
4848
test *args='':
4949
./.venv/bin/python3 -m robot.run --outputdir output {{args}} tests
5050

51+
# Download/update vendor packages
52+
update-vendor:
53+
go mod vendor
54+
5155
# Print yocto licensing string
5256
print-yocto-licenses:
5357
@echo 'LIC_FILES_CHKSUM = " \'

0 commit comments

Comments
 (0)