Skip to content

Commit 87cace7

Browse files
authored
Update release.sh
1 parent d67dbd6 commit 87cace7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "$TRAVIS_BRANCH" = "$RELEASE_BRANCH" ]; then
99
git remote rm $REMOTE_NAME
1010

1111
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
12+
git remote add $REMOTE_NAME "https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" > /dev/null 2>&1
1313

1414
echo "Checking out $RELEASE_BRANCH as travis leaves the head detached."
1515
git checkout $RELEASE_BRANCH

0 commit comments

Comments
 (0)