Use the correct namespace.
This commit is contained in:
parent
1a3bd07a61
commit
f8399c6ac0
|
|
@ -23,6 +23,6 @@ molecule:
|
||||||
|
|
||||||
galaxy:
|
galaxy:
|
||||||
script:
|
script:
|
||||||
- ansible-galaxy role import --api-key ${GALAXY_API_KEY} {{ gitlab_namespace }} ${CI_PROJECT_NAME}
|
- ansible-galaxy role import --api-key ${GALAXY_API_KEY} {{ galaxy_namespace }} ${CI_PROJECT_NAME}
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG != null
|
- if: $CI_COMMIT_TAG != null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue