Commit d5ff9294 authored by nanahira's avatar nanahira

fix

parent 4ee9e83b
......@@ -9,8 +9,6 @@ before_script:
- pip3 install -U pip
- pip install -U ansible
- ansible --version
- cd tests
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
test_in_vm:
......@@ -18,6 +16,8 @@ test_in_vm:
tags:
- vc
script:
- cd tests
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
- ansible-playbook test.yml --syntax-check
- ansible-playbook test.yml
......@@ -27,5 +27,7 @@ test_in_container:
- linux
image: debian:buster-slim
script:
- cd tests
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
- ansible-playbook test.yml --syntax-check
- ansible-playbook test.yml
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