Skip to content

Commit ac50f8a

Browse files
committed
Removed unshallow
1 parent 3ab35bb commit ac50f8a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .build/build.sh

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ echo "Installing node version $nodeVersion"
2323
nvm install $nodeVersion
2424
echo "npm ci"
2525
npm ci
26-
# Unshallow on CI system for complete blame info
27-
echo $CI
28-
if [[ -n "$CI" ]]; then
29-
echo "git fetch --unshallow"
30-
git fetch --unshallow
31-
fi
3226
echo "npm run compile"
3327
npm run compile
3428
echo "npm run coverage"

0 commit comments

Comments
 (0)