diff --git a/Jenkinsfile b/Jenkinsfile index bd3e023..cc7f818 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { sh 'git push origin update-autobigs-engine' sh 'git checkout -b update-autobigs-cli' - sh 'cp -r ../autobigs-engine/* recipes/autobigs-cli/.' + sh 'cp -r ../autobigs-cli/* recipes/autobigs-cli/.' sh 'git commit -a -m "Automatically updated autobigs-cli bioconda recipe to $(python ../scripts/package_latest_version.py autoBIGS.engine)."' sh 'git push origin update-autobigs-cli' }