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

Commit

Permalink
Gitpod: track remote trac branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 29, 2022
1 parent 55a711e commit ac4ec05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ tasks:
ln -s $(pwd) $HOME/sage
init: |
# Setup trac repo
git remote add trac git@trac.sagemath.org:sage.git -t master
git remote add trac git@trac.sagemath.org:sage.git -t master -t develop -t $(git branch --show-current)
git remote set-url --push trac git@trac.sagemath.org:sage.git
git fetch trac
git branch -u trac/$(git branch --show-current)
# Start build
mkdir -p logs && echo '### .gitpod.yml Setup.init: Starting build' >> logs/install.log
Expand Down

0 comments on commit ac4ec05

Please sign in to comment.