File tree Expand file tree Collapse file tree 7 files changed +35
-0
lines changed
Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 3333 token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
3434 echo "::add-mask::$token"
3535 echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
36+ - name : Install oc
37+ run : |
38+ wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
39+ tar -xvf oc.tar.gz
40+ sudo mv oc /usr/local/bin/
3641 - name : Checkout
3742 uses : actions/checkout@v4
3843 - name : Login to Dev Sandbox
Original file line number Diff line number Diff line change 3333 token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
3434 echo "::add-mask::$token"
3535 echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
36+ - name : Install oc
37+ run : |
38+ wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
39+ tar -xvf oc.tar.gz
40+ sudo mv oc /usr/local/bin/
3641 - name : Checkout
3742 uses : actions/checkout@v4
3843 - name : Login to Dev Sandbox
Original file line number Diff line number Diff line change 3333 token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
3434 echo "::add-mask::$token"
3535 echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
36+ - name : Install oc
37+ run : |
38+ wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
39+ tar -xvf oc.tar.gz
40+ sudo mv oc /usr/local/bin/
3641 - name : Checkout
3742 uses : actions/checkout@v4
3843 - name : Login to Dev Sandbox
Original file line number Diff line number Diff line change 3333 token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
3434 echo "::add-mask::$token"
3535 echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
36+ - name : Install oc
37+ run : |
38+ wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
39+ tar -xvf oc.tar.gz
40+ sudo mv oc /usr/local/bin/
3641 - name : Checkout
3742 uses : actions/checkout@v4
3843 - name : Login to Dev Sandbox
Original file line number Diff line number Diff line change 3333 token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
3434 echo "::add-mask::$token"
3535 echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
36+ - name : Install oc
37+ run : |
38+ wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
39+ tar -xvf oc.tar.gz
40+ sudo mv oc /usr/local/bin/
3641 - name : Checkout
3742 uses : actions/checkout@v4
3843 - name : Login to Dev Sandbox
Original file line number Diff line number Diff line change 3333 token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
3434 echo "::add-mask::$token"
3535 echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
36+ - name : Install oc
37+ run : |
38+ wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
39+ tar -xvf oc.tar.gz
40+ sudo mv oc /usr/local/bin/
3641 - name : Checkout
3742 uses : actions/checkout@v4
3843 - name : Login to Dev Sandbox
Original file line number Diff line number Diff line change 3333 token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
3434 echo "::add-mask::$token"
3535 echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
36+ - name : Install oc
37+ run : |
38+ wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
39+ tar -xvf oc.tar.gz
40+ sudo mv oc /usr/local/bin/
3641 - name : Checkout
3742 uses : actions/checkout@v4
3843 - name : Login to Dev Sandbox
You can’t perform that action at this time.
0 commit comments