Skip to content

Commit 2d055db

Browse files
Update conformance-k8s.sh to 1.13
1 parent b4261e0 commit 2d055db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extended/conformance-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To recreate these results
4343
Nightly conformance tests are run against release branches and reported https://openshift-gce-devel.appspot.com/builds/origin-ci-test/logs/test_branch_origin_extended_conformance_k8s/
4444
END
4545

46-
version="${KUBERNETES_VERSION:-release-1.12}"
46+
version="${KUBERNETES_VERSION:-release-1.13}"
4747
kubernetes="${KUBERNETES_ROOT:-${OS_ROOT}/../../../k8s.io/kubernetes}"
4848
if [[ -d "${kubernetes}" ]]; then
4949
git fetch origin --tags

0 commit comments

Comments
 (0)