We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f28394e + ce3d3ce commit bdaaa6dCopy full SHA for bdaaa6d
ci/release.sh
@@ -46,7 +46,7 @@ fi
46
namespace=kubeinit
47
name=kubeinit
48
49
-all_published_versions=$(curl https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/$namespace/$name/versions/?format=json | jq -r '.data' | jq -c '.[].version')
+all_published_versions=$(curl -s "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/$namespace/$name/versions/?format=json&limit=1000&offset=0" | jq -r '.data' | jq -c '.[].version')
50
current_galaxy_version=$(cat kubeinit/galaxy.yml | shyaml get-value version)
51
current_galaxy_namespace=$(cat kubeinit/galaxy.yml | shyaml get-value namespace)
52
current_galaxy_name=$(cat kubeinit/galaxy.yml | shyaml get-value name)
0 commit comments