Update GitHub action, simpler GitLab CI.

This commit is contained in:
Robert de Bock 2022-01-27 11:25:04 +01:00
parent 2e7a96e161
commit 5a7385c84d

View file

@ -10,7 +10,6 @@ variables:
molecule: molecule:
script: script:
- test -f requirements.yml && ansible-galaxy install -r requirements.yml
- image=${image} tag=${tag} molecule test - image=${image} tag=${tag} molecule test
rules: rules:
- if: $CI_COMMIT_REF_NAME == "master" - if: $CI_COMMIT_REF_NAME == "master"