diff --git a/Jenkinsfile b/Jenkinsfile index 03847ed..1d5b3d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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") {