Commit d5ff9294 authored by nanahira's avatar nanahira

fix

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