File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
env :
67
67
INFRA_TOKEN : ${{ secrets.INFRA_TOKEN }}
68
68
run : |
69
- set -e pipefile
69
+ set -eo pipefile
70
70
mkdir kube
71
71
cluster1Conf="$(pwd)/kube/cluster1"
72
72
url=$(infractl artifacts "acscs-multicluster1-$GIT_SHORT_REF" --json | jq '.Artifacts[] | select(.Name=="kubeconfig") | .URL' -r)
@@ -102,6 +102,6 @@ jobs:
102
102
run : echo "GIT_SHORT_REF=$(echo ${{ github.sha }} | cut -c 1-7)" >> "$GITHUB_ENV"
103
103
- name : Delete test clusters
104
104
run : |
105
- set -uo pipefail
106
- infractl delete "acscs-multicluster1 -$GIT_SHORT_REF"
107
- infractl delete "acscs-multicluster2 -$GIT_SHORT_REF"
105
+ set -o pipefail
106
+ infractl delete "acscs-mctest1 -$GIT_SHORT_REF"
107
+ infractl delete "acscs-mctest2 -$GIT_SHORT_REF"
You can’t perform that action at this time.
0 commit comments