mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-02-22 18:27:47 +01:00
Add release mechanism for GitLab.
This commit is contained in:
parent
a2efcd57a2
commit
d03766cf22
|
|
@ -11,6 +11,8 @@ variables:
|
|||
molecule:
|
||||
script:
|
||||
- image=${image} tag=${tag} molecule test
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG == null
|
||||
parallel:
|
||||
matrix:
|
||||
- image: "alpine"
|
||||
|
|
@ -37,3 +39,9 @@ molecule:
|
|||
tag: "bionic"
|
||||
- image: "ubuntu"
|
||||
tag: "xenial"
|
||||
|
||||
galaxy:
|
||||
script:
|
||||
- ansible-galaxy role import --api-key ${GALAXY_API_KEY} ${CI_PROJECT_NAMESPACE} ${CI_PROJECT_NAME}
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG != null
|
||||
|
|
|
|||
Loading…
Reference in a new issue