diff --git a/.gitignore b/.gitignore index 49413d7..0963fe0 100644 --- a/.gitignore +++ b/.gitignore @@ -175,4 +175,4 @@ pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python -autobigs-engine \ No newline at end of file +autobigs-engine/* \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index f37ce23..9577c1b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,7 @@ pipeline { dir('bioconda-recipes') { sh 'git pull' sh 'git pull origin update-autobigs-engine' + sh 'git checkout update-autobigs-engine' } } } diff --git a/bioconda-recipes b/bioconda-recipes new file mode 160000 index 0000000..bca9514 --- /dev/null +++ b/bioconda-recipes @@ -0,0 +1 @@ +Subproject commit bca9514062303e6470b9dbb628b02f76f8de258d