We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1d2c0 commit 8d3a589Copy full SHA for 8d3a589
.gitpod-setup-trac-remote.sh
@@ -3,6 +3,8 @@
3
# Exit on error
4
set -e
5
6
+git remote remove trac 2> /dev/null || true # might still exists from a previous run/prebuild
7
+
8
# Setup trac as remote
9
git remote add trac https://github.com/sagemath/sagetrac-mirror.git -t master -t develop
10
git remote set-url --push trac no-pushing--this-is-a-read-only-archive
0 commit comments