Skip to content

Commit

Permalink
contrib: stop unneeded vendoring
Browse files Browse the repository at this point in the history
go build is getting confused when attempting to
vendor the dependencies before building the
binary, it shouldn't be necessary.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy authored and hdonnay committed Sep 27, 2021
1 parent 5ab6c76 commit 7308254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/openshift/pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ if [ ! set_root ]; then
exit 1
fi

go mod vendor
make container-build

0 comments on commit 7308254

Please sign in to comment.