From 28f64072ba62be46703b3ef47a491855a00634e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 14 Jul 2021 20:10:44 +0200 Subject: [PATCH] ci: Fallback to HEAD when checking out branch ... instead of hardcoding origin/master as the default branch. Part-of: --- .gitlab-ci/checkout-mutter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/checkout-mutter.sh b/.gitlab-ci/checkout-mutter.sh index 82096af38..449a34e5d 100755 --- a/.gitlab-ci/checkout-mutter.sh +++ b/.gitlab-ci/checkout-mutter.sh @@ -47,7 +47,7 @@ if [ -z "$mutter_target" ]; then mutter_target=FETCH_HEAD else echo \ not found - mutter_target=origin/master + mutter_target=HEAD echo Using $mutter_target instead fi fi