Skip to content

check_and_deploy_helm3.sh failed on pipeline #89

@linfeng-zong

Description

@linfeng-zong

IP_ADDR=$( ibmcloud ks workers --cluster ${CLUSTER_ID} | grep normal | head -n 1 | awk '{ print $2 }' )
failed on head -1
echo ${PIPESTATUS[0]} ${PIPESTATUS[1]} ${PIPESTATUS[2]} ${PIPESTATUS[3]}
0 141 0

Please update like this, using tail instead.
IP_ADDR=$( ibmcloud ks workers --cluster ${CLUSTER_ID} | grep normal | tail -n 1 | awk '{ print $2 }' )

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