mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
r9s only
This commit is contained in:
parent
574f7d401f
commit
4ebc900cd5
@ -5,7 +5,7 @@ if [ -z $1 ]; then
|
||||
fi
|
||||
|
||||
BRANCH=$(git branch --show-current)
|
||||
if [[ ! "${BRANCH}" =~ "lh" ]]; then
|
||||
if [[ ! "${BRANCH}" =~ "r9s" ]]; then
|
||||
echo "Not a lookahead branch."
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user