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
We have packages that need multiple URLs such as yubico-authenticator Feature request: Allow go-task update to handle more than one url
go-task update
The package.yml for yubico-authenticator looks like:
name : yubico-authenticator version : 6.4.0 release : 7 source : - https://github.com/Yubico/yubioath-flutter/archive/refs/tags/6.4.0.tar.gz : cd0d4794205e386866872b945efdfb00fe514e1ff027f6f8c1c87d33dbb53c79 - https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.5-stable.tar.xz#flutter.tar.xz : 57e59fa3a31be7e87b3847cdf782f1323578bbf70a0cd35f3615f01ab429ac29 homepage : https://www.yubico.com/products/yubico-authenticator/ license : BSD-2-Clause component : security ...
Currently, when running go-task update -- $version $url, the second URL is stripped from package.yml This causes the build to fail
go-task update -- $version $url
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have packages that need multiple URLs such as yubico-authenticator
Feature request: Allow
go-task update
to handle more than one urlThe package.yml for yubico-authenticator looks like:
Currently, when running
go-task update -- $version $url
, the second URL is stripped from package.ymlThis causes the build to fail
The text was updated successfully, but these errors were encountered: