Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.07] Backport #2748 #2749

Merged
merged 1 commit into from
Aug 8, 2016

Commits on Aug 8, 2016

  1. Fix docker command_list

    command_list always generates ***docker docker***
    Without fix , docker runs new image which doesn't exist ,
    docker fetch it in ***docker run*** command and it generates progress information to stderr.
    It will end galaxy job as fail.
    
    But rerun same job, it will be success , because of the image is already exists , fetch process never happens.
    manabuishii authored and jmchilton committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    64a5572 View commit details
    Browse the repository at this point in the history