Fixed typo in pipeline

This commit is contained in:
Harrison Deng 2025-02-17 15:52:18 +00:00
parent 76455011db
commit b3717fba66

2
Jenkinsfile vendored
View File

@ -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'
}