Skip to content

Commit b0f2bd3

Browse files
add git remote branch to upload odoc
1 parent 0289092 commit b0f2bd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ pipeline {
658658

659659
// Checkout gh-pages as a test so we build docs from this branch
660660
runShell("""
661+
git remote set-branches --add origin gh-pages
661662
git checkout --track origin/gh-pages
662663
git checkout master
663664
""")
@@ -702,4 +703,4 @@ pipeline {
702703
script {utils.mailBuildResults()}
703704
}
704705
}
705-
}
706+
}

0 commit comments

Comments
 (0)