From d558e5835280c206679d99aff741d80e0fd830be Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Fri, 20 Jan 2023 18:58:21 +0100 Subject: [PATCH] Use `master` branch for deployment --- ci-scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/deploy.sh b/ci-scripts/deploy.sh index 685182d462..b516e96a20 100755 --- a/ci-scripts/deploy.sh +++ b/ci-scripts/deploy.sh @@ -44,7 +44,7 @@ tmpdir=$(mktemp -d) echo "Deploying ReFrame version $version ..." echo "Working directory: $tmpdir ..." cd $tmpdir -git clone https://${_gh_creds_prefix}github.com/reframe-hpc/reframe.git +git clone --branch master https://${_gh_creds_prefix}github.com/reframe-hpc/reframe.git cd reframe ./bootstrap.sh found_version=$(./bin/reframe -V | sed -e 's/\(.*\)\+.*/\1/g')