Skip to content

Commit fee72f0

Browse files
committed
Fix issue with clone script
1 parent f65cc0e commit fee72f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/ci-clone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eux
55
if [ "$DRONE_BUILD_EVENT" = "pull_request" ]; then
66
git config user.email "[email protected]"
77
git config user.name "Allan Renucci"
8-
git pull --rebase "$DRONE_REMOTE_URL" "$DRONE_BRANCH"
8+
git pull "$DRONE_REMOTE_URL" "$DRONE_BRANCH"
99
fi
1010

1111
# clone submodules in parallel

0 commit comments

Comments
 (0)