Skip to content

Commit 84face2

Browse files
Merge pull request #3864 from allanrenucci/master
Merge branch '0.5.x' into `master`
2 parents 4b75d3c + fee72f0 commit 84face2

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 "allan.renucci@gmail.com"
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)