Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Remove special treatment of origin for pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Apr 1, 2022
1 parent e9035ae commit 80e8e2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ tasks:
git remote set-url --push trac git@trac.sagemath.org:sage.git
git fetch trac
git branch -u trac/$(git branch --show-current)
git remote set-url --push origin pushing-only-via-trac
else
# Fallback to sagemath mirror
git remote add trac https://github.com/sagemath/sagetrac-mirror.git -t master -t develop
git remote set-url --push trac pushing-needs-ssh-key
git remote set-url --push origin pushing-only-via-trac
fi
## No need for pyenv
Expand Down

0 comments on commit 80e8e2e

Please sign in to comment.