Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16363d3

Browse files
authored
add depth parameter to git clone command (#13145)
1 parent fd02457 commit 16363d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/trigger_wheel_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip install -r mypy-requirements.txt
1414
V=$(python3 -m mypy --version)
1515
V=$(echo "$V" | cut -d" " -f2)
1616

17-
git clone https://${WHEELS_PUSH_TOKEN}@github.com/mypyc/mypy_mypyc-wheels.git build
17+
git clone --depth 1 https://${WHEELS_PUSH_TOKEN}@github.com/mypyc/mypy_mypyc-wheels.git build
1818
cd build
1919
echo $COMMIT > mypy_commit
2020
git commit -am "Build wheels for mypy $V"

0 commit comments

Comments
 (0)