Update build.sh

This commit is contained in:
Alexander Kuzmenkov 2020-07-15 00:56:35 +03:00 committed by GitHub
parent 6498fe8123
commit cdca798d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ then
# package.
mkdir /output/ch
git -C /output/ch init --bare
git -C /output/ch remote add origin ..
git -C /output/ch remote add origin /build
git -C /output/ch fetch --no-tags --depth 50 origin HEAD
git -C /output/ch reset --soft FETCH_HEAD
git -C /output/ch log -5