Added checkout to appropriate branch
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
1
Jenkinsfile
vendored
@@ -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
1
bioconda-recipes
Submodule
Submodule bioconda-recipes added at bca9514062
Reference in New Issue
Block a user