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 d67dbd6 commit 87cace7Copy full SHA for 87cace7
travis/release.sh
@@ -9,7 +9,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
9
git remote rm $REMOTE_NAME
10
11
echo "Setting remote url https://github.com/${TRAVIS_REPO_SLUG}.git"
12
- git remote add $REMOTE_NAME "https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" >/dev/null 2>&1
+ git remote add $REMOTE_NAME "https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" > /dev/null 2>&1
13
14
echo "Checking out $RELEASE_BRANCH as travis leaves the head detached."
15
git checkout $RELEASE_BRANCH
0 commit comments