Skip to content

Commit

Permalink
ci: try with a --no-history flag
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Sep 3, 2024
1 parent 016b841 commit 45f3630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch_webrtc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ git fetch
echo "Fetched!"
git checkout -f "$WEBRTC_COMMIT"
echo "Sync with gclient"
yes | gclient sync -D
yes | gclient sync --no-history -D
echo "Synced"

0 comments on commit 45f3630

Please sign in to comment.