infomaniak-designate-check/.gitlab-ci.yml

7 lines
128 B
YAML
Raw Normal View History

2023-01-24 22:45:14 +00:00
do-check:
image: openstacktools/openstack-client
script:
2023-01-26 21:59:51 +00:00
- "! openstack zone create hello.com. --email hello@hello.com"
2023-01-24 22:45:14 +00:00