We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a pipeline already contains labels in the Launchpad these are deleted when running tw pipelines update.
tw pipelines update
tw \ pipelines \ add \ --name=test-hello-world \ --workspace=<WORKSPACE_NAME> \ --revision=master \ --labels=hello-world \ https://github.com/nextflow-io/hello
The hello-world label is clearly visible in the image below after adding the pipeline.
hello-world
tw \ pipelines \ update \ --name=test-hello-world \ --workspace=<WORKSPACE_NAME> \ --revision=testing
The hello-world label is no longer visible in the image below after updating the pipeline.
The text was updated successfully, but these errors were encountered:
This issue has been linked to a Canny post: Tower CLI update command cannot add labels 🎉
Sorry, something went wrong.
No branches or pull requests
Summary
If a pipeline already contains labels in the Launchpad these are deleted when running
tw pipelines update
.Steps to reproduce
1. Add a new pipeline to the Launchpad with a label
The
hello-world
label is clearly visible in the image below after adding the pipeline.2. Update the "revision" to another branch on the repo
The
hello-world
label is no longer visible in the image below after updating the pipeline.The text was updated successfully, but these errors were encountered: