Skip to content

Commit

Permalink
set defaultbranch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 5, 2024
1 parent 7bafdb2 commit dbcb1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pipeline {
mkdir -p \$DOCS_DIR
cp -rp \$HOME/docs/build/html/* \$DOCS_DIR
rm -rf .git
git config --global init.defaultBranch main
git init
git remote add origin git@github.com:plenoptic-org/plenoptic-workshops.git
git add .
Expand Down

0 comments on commit dbcb1e2

Please sign in to comment.