Skip to content

Commit 259ffb2

Browse files
authored
Merge pull request kubernetes-sigs#560 from CecileRobertMichon/fix-template-name-conformance
Fix typo in conformance template name
2 parents f960483 + ab3fa86 commit 259ffb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci-conformance.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ build_k8s() {
7171
create_cluster() {
7272
# export cluster template which contains the manifests needed for creating the Azure cluster to run the tests
7373
if [[ -n ${CI_VERSION:-} || -n ${USE_CI_ARTIFACTS:-} ]]; then
74-
export CLUSTER_TEMPLATE="test/cluster-template-conformance-ci-version"
74+
export CLUSTER_TEMPLATE="test/cluster-template-conformance-ci-version.yaml"
7575
else
76-
export CLUSTER_TEMPLATE="test/cluster-template-conformance"
76+
export CLUSTER_TEMPLATE="test/cluster-template-conformance.yaml"
7777
fi
7878

7979
export CLUSTER_NAME="capz-conformance-$(head /dev/urandom | LC_ALL=C tr -dc a-z0-9 | head -c 6 ; echo '')"

0 commit comments

Comments
 (0)