Skip to content

Commit

Permalink
Re-enable random cluster suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Oct 18, 2023
1 parent 7509cfa commit f9dd7a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
KO_DOCKER_REPO: kind.local
# Use a semi-random cluster suffix, but somewhat predictable
# so reruns don't just give us a completely new value.
#
# Re-enable when https://github.com/chainguard-dev/actions/pull/175 is fixed
# CLUSTER_SUFFIX: c${{ github.run_id }}.local
CLUSTER_SUFFIX: c${{ github.run_id }}.local

steps:

Expand Down

0 comments on commit f9dd7a4

Please sign in to comment.