Skip to content

Commit

Permalink
Add scripts/dataproc-cluster-ui to bundle. (#5401)
Browse files Browse the repository at this point in the history
* Adding the dataproc-cluster-ui script to the release bundle so users can access it.
* Fixes #5400
  • Loading branch information
lbergelson authored Dec 4, 2018
1 parent 39578f8 commit 647f2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ task collectBundleIntoDir(type: Copy) {
from("scripts/sv", { into("scripts/sv") })
from("scripts/cnv_wdl/", { into("scripts/cnv_wdl") })
from("scripts/mutect2_wdl/", { into("scripts/mutect2_wdl") })
from("scripts/dataproc-cluster-ui", { into("scripts/")})
into "$buildDir/bundle-files-collected"
}

Expand Down

0 comments on commit 647f2a3

Please sign in to comment.