Added step to show generated meta.yaml
Some checks failed
autoBIGS.cli-bioconda/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-02-19 16:29:34 +00:00
parent 6830034777
commit 6a1342e66b

1
Jenkinsfile vendored
View File

@ -31,6 +31,7 @@ pipeline {
sh 'grayskull pypi autoBIGS.cli --maintainers "Harrison Deng"'
sh 'python patch_recipe.py'
sh 'cp -r autobigs-cli/* auto-updated-bioconda-recipes/recipes/autobigs-cli/.'
sh 'cat auto-updated-bioconda-recipes/recipes/autobigs-cli/meta.yaml'
}
}
stage("lint") {