diff --git a/Jenkinsfile b/Jenkinsfile index 49f4ff1..5ea3d08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,16 +24,12 @@ pipeline { sh 'conda env update -n base --file environment.yml' } } - stage("generate recipe") { - steps { - sh 'grayskull pypi autoBIGS.cli --maintainers "Harrison Deng"' - sh 'python patch_recipe.py' - } - } } } - stage("update repo") { + stage("generate recipe") { steps { + 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' }