Skip to content

Commit 8d3a589

Browse files
author
Matthias Koeppe
committed
.gitpod-setup-trac-remote.sh: Restore 'git remote remove trac'
1 parent da1d2c0 commit 8d3a589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitpod-setup-trac-remote.sh

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Exit on error
44
set -e
55

6+
git remote remove trac 2> /dev/null || true # might still exists from a previous run/prebuild
7+
68
# Setup trac as remote
79
git remote add trac https://github.com/sagemath/sagetrac-mirror.git -t master -t develop
810
git remote set-url --push trac no-pushing--this-is-a-read-only-archive

0 commit comments

Comments
 (0)