Skip to content

Commit 3d0e4af

Browse files
committed
fix cluster naming
1 parent 9ab2721 commit 3d0e4af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/multicluster-e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
INFRA_TOKEN: ${{ secrets.INFRA_TOKEN }}
6868
run: |
69-
set -e pipefile
69+
set -eo pipefile
7070
mkdir kube
7171
cluster1Conf="$(pwd)/kube/cluster1"
7272
url=$(infractl artifacts "acscs-multicluster1-$GIT_SHORT_REF" --json | jq '.Artifacts[] | select(.Name=="kubeconfig") | .URL' -r)
@@ -102,6 +102,6 @@ jobs:
102102
run: echo "GIT_SHORT_REF=$(echo ${{ github.sha }} | cut -c 1-7)" >> "$GITHUB_ENV"
103103
- name: Delete test clusters
104104
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"

0 commit comments

Comments
 (0)