[ 
https://issues.apache.org/jira/browse/BEAM-3987?focusedWorklogId=86941&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-86941
 ]

ASF GitHub Bot logged work on BEAM-3987:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Apr/18 05:07
            Start Date: 03/Apr/18 05:07
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on a change in pull request #4998: 
[BEAM-3987] Use gradle and not maven in sdks/python/container/run_val…
URL: https://github.com/apache/beam/pull/4998#discussion_r178714849
 
 

 ##########
 File path: sdks/python/container/run_validatescontainer.sh
 ##########
 @@ -117,7 +105,7 @@ python setup.py nosetests \
 
 # Delete the container locally and remotely
 docker rmi $CONTAINER:$TAG || echo "Failed to remove container"
-gcloud container images delete $CONTAINER:$TAG || echo "Failed to delete 
container"
+echo "y" | gcloud container images delete $CONTAINER:$TAG || echo "Failed to 
delete container"
 
 Review comment:
   `gcloud --quiet ...`?
   
   See: https://cloud.google.com/sdk/docs/scripting-gcloud

----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 86941)
    Time Spent: 40m  (was: 0.5h)

> Use gradle and not maven in sdks/python/container/run_validatescontainer.sh
> ---------------------------------------------------------------------------
>
>                 Key: BEAM-3987
>                 URL: https://issues.apache.org/jira/browse/BEAM-3987
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system
>            Reporter: Alan Myrvold
>            Assignee: Alan Myrvold
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Update sdks/python/container/run_validatescontainer.sh to use gradle and not 
> maven



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to