Skip to content

Commit

Permalink
fix --depth to 200 (#6094)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhongkai588 authored Aug 14, 2023
1 parent bbe88d8 commit 7dac3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function install_paddle() {
}

function build_paddle() {
git clone --depth=1 https://github.com/PaddlePaddle/Paddle.git
git clone --depth=200 https://github.com/PaddlePaddle/Paddle.git
mkdir Paddle/build
cd Paddle/build

Expand Down

0 comments on commit 7dac3ca

Please sign in to comment.