Skip to content

Commit

Permalink
Merge pull request #601 from nestoracunablanco/fix/submoduleInit
Browse files Browse the repository at this point in the history
fix: add submodule initialization in update-osinfo-db
  • Loading branch information
kubevirt-bot authored Aug 12, 2024
2 parents e662a3d + 0d9f533 commit 88dba8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ generate: generate-templates.yaml $(METASOURCES)
ansible-playbook generate-templates.yaml

update-osinfo-db:
git submodule init
git submodule update --remote osinfo-db

.PHONY: all generate release e2e-tests unit-tests go-tests

0 comments on commit 88dba8c

Please sign in to comment.