move git init around so it works
This commit is contained in:
parent
398e9b079b
commit
329fb5ac35
@ -28,11 +28,11 @@ operate.
|
||||
|
||||
%prep
|
||||
%setup -q -n linux-firmware-%{checkout}
|
||||
git init .
|
||||
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||
git config user.email "nobody@fedoraproject.org"
|
||||
git config user.name "Fedora X Ninjas"
|
||||
fi
|
||||
git init .
|
||||
git add .
|
||||
git commit --author="builder@redhat.com" -m init .
|
||||
git am %{PATCH1}
|
||||
|
Loading…
Reference in New Issue
Block a user