Added checkout to appropriate branch

This commit is contained in:
Harrison Deng 2025-02-17 17:48:21 +00:00
parent f3483c88c9
commit 57308cac7d
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -175,4 +175,4 @@ pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/python # End of https://www.toptal.com/developers/gitignore/api/python
autobigs-engine autobigs-engine/*

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
dir('bioconda-recipes') { dir('bioconda-recipes') {
sh 'git pull' sh 'git pull'
sh 'git pull origin update-autobigs-engine' sh 'git pull origin update-autobigs-engine'
sh 'git checkout update-autobigs-engine'
} }
} }
} }

1
bioconda-recipes Submodule

@ -0,0 +1 @@
Subproject commit bca9514062303e6470b9dbb628b02f76f8de258d