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
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -25,8 +25,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage("generate recipe") {
|
||||
sh 'grayskull pypi autoBIGS.cli --maintainers "Harrison Deng"'
|
||||
sh 'python patch_recipe.py'
|
||||
steps {
|
||||
sh 'grayskull pypi autoBIGS.cli --maintainers "Harrison Deng"'
|
||||
sh 'python patch_recipe.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user