Commit 6f743180 authored by nanahira's avatar nanahira

local mirror

parent fecd7f6c
Pipeline #575 failed with stage
in 4 minutes and 26 seconds
......@@ -8,8 +8,8 @@ before_script:
- apt update && apt -y install python3-pip tar wget openssh-client openssh-server rsync
- ssh-keygen -q -t rsa -N '' -f ~/.ssh/id_rsa <<<y 2>&1 >/dev/null
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- pip3 install -U pip
- pip install -U ansible
- pip3 install -U pip -i https://mirrors.aliyun.com/pypi/simple/
- pip install -U ansible -i https://mirrors.aliyun.com/pypi/simple/
- ansible --version
- wget -O - https://minio.mycard.moe:9000/nanahira/mitogen-0.2.9.tar.gz | tar zxvf -
- cp tests/ansible.cfg .
......
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