We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b75d3c + fee72f0 commit 84face2Copy full SHA for 84face2
project/scripts/ci-clone
@@ -5,7 +5,7 @@ set -eux
5
if [ "$DRONE_BUILD_EVENT" = "pull_request" ]; then
6
git config user.email "[email protected]"
7
git config user.name "Allan Renucci"
8
- git pull --rebase "$DRONE_REMOTE_URL" "$DRONE_BRANCH"
+ git pull "$DRONE_REMOTE_URL" "$DRONE_BRANCH"
9
fi
10
11
# clone submodules in parallel
0 commit comments