Commit 6ac6b54a authored by nanahira's avatar nanahira

rev

parent c96a522a
Pipeline #581 passed with stage
in 3 minutes and 54 seconds
......@@ -16,93 +16,6 @@ before_script:
- cp tests/ansible.cfg .
- chmod 700 .
debian-9:
stage: test
tags:
- linux
image: debian:9
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
debian-10:
stage: test
tags:
- linux
image: debian:10
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
ubuntu-18.04:
stage: test
tags:
- linux
image: ubuntu:18.04
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
ubuntu-20.04:
stage: test
tags:
- linux
image: ubuntu:20.04
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
centos-7:
stage: test
tags:
- linux
image: centos:7
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
centos-8:
stage: test
tags:
- linux
image: centos:8
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
centos-8:
stage: test
tags:
- linux
image: centos:8
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
fedora-32:
stage: test
tags:
- linux
image: fedora:32
script:
- mkdir /run/sshd
- /usr/sbin/sshd
- ansible-playbook tests/test.yml --syntax-check
- ansible-playbook tests/test.yml
vm:
stage: test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment