Skip to content

Commit

Permalink
comment out un-supported Gradle --incremental to speed up build (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 6, 2018
1 parent c23d43f commit 02c6d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ function test_image() {

s2i build --copy java/examples/gradle ${name} ${name}-gradle-example

s2i build --copy java/examples/gradle ${name} ${name}-gradle-example --incremental
# TODO https://github.com/fabric8io-images/s2i/issues/150
# s2i build --copy java/examples/gradle ${name} ${name}-gradle-example --incremental

test_container "s2i-java-gradle-example"

Expand Down

0 comments on commit 02c6d34

Please sign in to comment.