From b8ee3465f86cb3b85e891b547ade4e8bbe9268d6 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:33:45 +0100 Subject: [PATCH] Update build_and_run.sh remove unnecessary environment variable --- tests/build_and_run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/build_and_run.sh b/tests/build_and_run.sh index b86c74cced..6c492b4ea9 100755 --- a/tests/build_and_run.sh +++ b/tests/build_and_run.sh @@ -2,7 +2,6 @@ PWD="../" GIT_BRANCH=$1 -VERSION_NUMBER=$2 # run the script from the correct location