Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 0206f57

Browse files
committed
chore(presubmit): Do not add a remote that is already added
Closes #1214
1 parent 4633451 commit 0206f57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/travis/presubmit.sh

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "$TRAVIS_REPO_SLUG" = "angular/angular.dart" ]; then
2424
git config user.name "[email protected]"
2525

2626
echo "Pushing HEAD to master..."
27-
git remote add upstream https://github.com/angular/angular.dart.git
2827
git stash
2928
git fetch upstream master
3029
git rebase upstream/master

0 commit comments

Comments
 (0)