Skip to content

Check grep conditions #339

@azarouski

Description

@azarouski

https://github.com/zebrunner/mcloud-agent/blob/master/roles/devices/templates/zebrunner-farm#L459

docker ps -a | grep -v appium | grep $container > /dev/null
if [ $? -eq 0 ]; then
  stfState=`docker inspect --format='{{ '{{' }}json .State.Health.Status{{ '}}' }}' $container`
fi

why we use -v appium

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions