Skip to content

Commit

Permalink
cicd: re-vendor after modifying the module
Browse files Browse the repository at this point in the history
This should speed things up and use the caches better.

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Sep 14, 2021
1 parent 411facf commit ace31fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/script/nightly-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ go mod edit "-go=${GO_VERSION}"\
git diff
test -d vendor && rm -rf vendor
go mod tidy
go mod vendor

0 comments on commit ace31fe

Please sign in to comment.