ci: Fallback to HEAD when checking out branch
... instead of hardcoding origin/master as the default branch. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1914>
This commit is contained in:
parent
df76c3fd11
commit
28f64072ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user