nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.61k stars 605 forks source link

task: update azure batch to 1.0.0-beta version #5042

Closed swampie closed 2 weeks ago

swampie commented 4 weeks ago

This PR bumps Azure Batch SDK version to version 1.0.0-beta1 and changes the code to accomodate to the new sdk

pditommaso commented 4 weeks ago
pditommaso commented 2 weeks ago

@ewels can you please remind me how to push to fork branch?

ewels commented 2 weeks ago

@pditommaso - I'd recommend using the GitHub CLI, as it sets up all the remotes for you. https://cli.github.com

Once installed, it's simply (for this PR #5042):

gh pr checkout 5042
git commit -am "my changes"
git push

This depends on the check box being ticked by the end user to allow this (it is by default) and it not coming from an organisation's fork, typically. But it works in the majority of cases.

pditommaso commented 2 weeks ago

Nice thanks!

pditommaso commented 2 weeks ago

https://github.com/seqeralabs/git-readme/tree/master?tab=readme-ov-file#push-remote-forks 😆