Fixed a syntax error in pipeline
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
ca8ecc0478
commit
f987417bd3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,11 +25,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage("generate recipe") {
|
||||
steps {
|
||||
sh 'grayskull pypi autoBIGS.cli --maintainers "Harrison Deng"'
|
||||
sh 'python patch_recipe.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("update repo") {
|
||||
steps {
|
||||
sh 'cp -r autobigs-cli/* auto-updated-bioconda-recipes/recipes/autobigs-cli/.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user