markusthoemmes commented on a change in pull request #2479: Ensure Proper Order 
of CLI Build Tasks
URL: 
https://github.com/apache/incubator-openwhisk/pull/2479#discussion_r137985353
 
 

 ##########
 File path: tools/cli/build.gradle
 ##########
 @@ -11,39 +11,33 @@ task removeBinary(type: Delete) {
     delete "${projectDir}/../../bin/windows"
 }
 
-task distBinary(dependsOn: [removeBinary, distDocker]) {
+task distBinary() {
 
 Review comment:
   Why not keep at least `removeBinary` in this block?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to