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.
1 parent c4a4d98 commit 08b1e87Copy full SHA for 08b1e87
Tools/pushSPM.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
git config --local user.email "$GITHUB_EMAIL"
3
git config --local user.name "$GITHUB_NAME"
4
+git config pull.rebase false
5
git remote set-url origin https://$GITHUB_NAME:$GITHUB_TOKEN@github.com/Leanplum/Leanplum-iOS-SDK.git
6
RELEASE_VERSION=${TRAVIS_TAG%-*}
7
echo $RELEASE_VERSION
0 commit comments