From 394c7379b5ab8abed52fce546fabe2fca25278eb Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt <tarek@ring0.de> Date: Wed, 7 Jul 2021 12:18:43 +0200 Subject: [PATCH] buildscript.sh: update branch v2020.2.x -> v2021.1.x Signed-off-by: Jan-Tarek Butt <tarek@ring0.de> --- buildscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript.sh b/buildscript.sh index a15343b..2f7b494 100755 --- a/buildscript.sh +++ b/buildscript.sh @@ -1,6 +1,6 @@ #!/bin/bash -GLUON_REMOTE_BRANCH="v2020.2.x" +GLUON_REMOTE_BRANCH="v2021.1.x" # get location of executed file. EXECDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -- GitLab