From 0f13a2279021b4173b45faf4fbb98869acf2e93d Mon Sep 17 00:00:00 2001 From: Gregory Giguashvili Date: Thu, 1 Jun 2023 10:18:23 +0000 Subject: [PATCH] Fix configure-vm.sh script to use release-4.13 branch by default --- scripts/devenv-builder/configure-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devenv-builder/configure-vm.sh b/scripts/devenv-builder/configure-vm.sh index d0cc40138f..8665afa0f3 100755 --- a/scripts/devenv-builder/configure-vm.sh +++ b/scripts/devenv-builder/configure-vm.sh @@ -92,7 +92,7 @@ if ${BUILD_AND_RUN}; then # Build MicroShift # https://github.com/openshift/microshift/blob/main/docs/devenv_setup.md#build-microshift if [ ! -e ~/microshift ]; then - git clone https://github.com/openshift/microshift.git ~/microshift + git clone https://github.com/openshift/microshift.git -b release-4.13 ~/microshift fi cd ~/microshift