Skip to content
Snippets Groups Projects
Unverified Commit 06d73ba8 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #460 from t-woerner/build-galaxy-release_args

utils/build-galaxy-release.sh: Fix default namespace and collection name
parents 6f27ce6e 4d602320
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
namespace="${1:freeipa}"
collection="${2:ansible_freeipa}"
namespace="${1-freeipa}"
collection="${2-ansible_freeipa}"
collection_prefix="${namespace}.${collection}"
galaxy_version=$(git describe --tags | sed -e "s/^v//")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment