Skip to content

Commit 16363d3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)