Skip to content

Commit

Permalink
Merge pull request #6370 from huygaa11/master
Browse files Browse the repository at this point in the history
[BEAM-5367] Removed beam/website check from the Beam build dependency.
  • Loading branch information
pabloem authored Sep 11, 2018
2 parents a3f6f7e + a40a099 commit 8981a82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ task testWebsite(type: Exec) {
bundle exec rake test"""
}

check.dependsOn testWebsite
/**
* Removed testWebsite from the Beam build dependency because it is broken and obsolete.
* See https://issues.apache.org/jira/browse/BEAM-5367 for more info.
*/

// check.dependsOn testWebsite

task preCommit {
dependsOn testWebsite
Expand Down

0 comments on commit 8981a82

Please sign in to comment.