Skip to content

Commit

Permalink
Merge pull request kubevirt#3960 from rmohr/travis-no-generate
Browse files Browse the repository at this point in the history
Let prow run make generate instead of travis
  • Loading branch information
rmohr authored Aug 11, 2020
2 parents 55ffba9 + b187cf1 commit e8d7362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion automation/travisci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# when not on a release do extensive checks
if [ -z "$TRAVIS_TAG" ]; then
make generate-verify
make bazel-build-verify

# The make bazel-test might take longer then the current timeout for a command in Travis-CI of 10 min, so adding a keep alive loop while it runs
Expand Down

0 comments on commit e8d7362

Please sign in to comment.