Fixed typo in pipeline
This commit is contained in:
parent
76455011db
commit
b3717fba66
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -50,7 +50,7 @@ pipeline {
|
|||||||
sh 'git push origin update-autobigs-engine'
|
sh 'git push origin update-autobigs-engine'
|
||||||
|
|
||||||
sh 'git checkout -b update-autobigs-cli'
|
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 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'
|
sh 'git push origin update-autobigs-cli'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user