chore: use repository HEAD when pulling third party repos (#11837)

This commit is contained in:
Huáng Jùnliàng
2020-07-14 18:14:25 -04:00
committed by GitHub
parent cc646fa10a
commit 7eaf37ea3e
3 changed files with 9 additions and 9 deletions

View File

@@ -16,5 +16,5 @@ fi
rm -rf build/compat-table
mkdir -p build
git clone --branch=gh-pages --single-branch --shallow-since=2020-04-01 https://github.com/kangax/compat-table.git build/compat-table
cd build/compat-table && git checkout -qf $COMPAT_TABLE_COMMIT
git clone --single-branch --shallow-since=2020-04-01 https://github.com/kangax/compat-table.git build/compat-table
cd build/compat-table && git checkout -q $COMPAT_TABLE_COMMIT