From 6a1342e66b6f89dc9a3372ad1eeaabaf58dc77ed Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 19 Feb 2025 16:29:34 +0000 Subject: [PATCH] Added step to show generated meta.yaml --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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") {