Skip to content

Commit

Permalink
.gitpod-setup-trac-remote.sh: Restore 'git remote remove trac'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 19, 2024
1 parent da1d2c0 commit 8d3a589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod-setup-trac-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Exit on error
set -e

git remote remove trac 2> /dev/null || true # might still exists from a previous run/prebuild

# Setup trac as remote
git remote add trac https://github.com/sagemath/sagetrac-mirror.git -t master -t develop
git remote set-url --push trac no-pushing--this-is-a-read-only-archive

0 comments on commit 8d3a589

Please sign in to comment.