Commit 1fef9a90 authored by nanahira's avatar nanahira

fix ci

parent 47453a99
Pipeline #449 failed with stage
in 2 minutes and 31 seconds
...@@ -9,6 +9,8 @@ before_script: ...@@ -9,6 +9,8 @@ before_script:
- pip3 install -U pip - pip3 install -U pip
- pip install -U ansible - pip install -U ansible
- ansible --version - ansible --version
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
- cp tests/ansible.cfg .
test_in_vm: test_in_vm:
...@@ -16,10 +18,8 @@ test_in_vm: ...@@ -16,10 +18,8 @@ test_in_vm:
tags: tags:
- vc - vc
script: script:
- cd tests - ansible-playbook -i tests/inventory.yaml test.yml --syntax-check
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf - - ansible-playbook -i tests/inventory.yaml test.yml
- ansible-playbook test.yml --syntax-check
- ansible-playbook test.yml
test_in_container: test_in_container:
stage: test stage: test
...@@ -27,7 +27,5 @@ test_in_container: ...@@ -27,7 +27,5 @@ test_in_container:
- linux - linux
image: debian:buster-slim image: debian:buster-slim
script: script:
- cd tests - ansible-playbook -i tests/inventory.yaml test.yml --syntax-check
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf - - ansible-playbook -i tests/inventory.yaml test.yml
- 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