-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Collection is published to Automation Hub #56
Comments
Note: I tried to manually upload v1.1.0 to automation hub, but the upload failed:
|
izgeri
pushed a commit
that referenced
this issue
Feb 11, 2021
In an effort to publish this integration to Ansible Hub for #56, we attempted to upload our latest release and failed with the error: > Invalid collection metadata. Each author in 'authors' list must not be greater > than 64 characters This commit fixes the error and adds a check to our pipeline to ensure that we don't only discover galaxy-importer errors on publish. This commit also updates the pipeline to always build the release, and not just on tag or master branch builds, so that we can discover validation errors in branch builds.
6 tasks
Note that in #59 we suggest a fix to add pipeline validation that will enable us to successfully publish the collection to AH - it still outputs warnings (though it is not yet failing the build at this time):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At current, this collection is listed in Automation Hub but does not automatically update there with new releases; new releases are only automatically published to Ansible Galaxy.
In this card, we want to update our pipeline to also auto-publish to Automation Hub. We should probably also add a section to the README about installing from automation hub.
References:
AC:
The text was updated successfully, but these errors were encountered: