Skip to content

Commit

Permalink
feat: Call go mod tidy after build
Browse files Browse the repository at this point in the history
  • Loading branch information
amhn committed Sep 4, 2022
1 parent 7b0dd96 commit 98a4273
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/netbox_generate_client
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ cd netbox-docker
docker-compose down -v
cd ..

cd ..
go mod tidy
cd ../utils

echo "Cleaning ..."
rm -rf netbox-docker
rm -f swagger
Expand Down

0 comments on commit 98a4273

Please sign in to comment.