Skip to content

Commit

Permalink
Done i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
lamba92 committed Nov 18, 2020
1 parent 91081f8 commit ed8b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/DockerBuildx.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ open class DockerBuildx : DefaultTask() {

@get:Input
var quiet by project.objects.property<Boolean>()
.apply { set(getenv("CI")?.toBoolean() == true) }
.apply { set(false) }

@get:Input
var imageVersion by project.objects.property<String>()
Expand Down

0 comments on commit ed8b58d

Please sign in to comment.