From 9cf8357c4f3ca4b8cfe43fa360db8f3fe842170d Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Wed, 22 Aug 2018 23:29:34 +0300 Subject: [PATCH] image_builder: change master by default --- image_builder/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder/build.sh b/image_builder/build.sh index 2063bc7e..a14bdad4 100755 --- a/image_builder/build.sh +++ b/image_builder/build.sh @@ -7,7 +7,7 @@ export LANG=${LANG:='C.UTF-8'} export LC_ALL=${LC_ALL:='C.UTF-8'} export TARGET_REPO=${TARGET_REPO:='https://github.com/urpylka/clever.git'} -export TARGET_REF=${TARGET_REF:='qemu_test_2'} +export TARGET_REF=${TARGET_REF:='master'} export TARGET_CONFIG=${TARGET_CONFIG:='/image_builder/scripts/builder.json'} echo "================================================================================"