Commit fd1727f3 authored by nanahira's avatar nanahira

fix ci

parent 7571b18d
Pipeline #1963 passed with stages
in 3 minutes and 22 seconds
...@@ -22,7 +22,7 @@ deploy: ...@@ -22,7 +22,7 @@ deploy:
image: python image: python
script: script:
- apt update && apt -y install openssh-client coreutils rsync - apt update && apt -y install openssh-client coreutils rsync
- pip install -U ansible -i https://mirrors.aliyun.com/pypi/simple/ - pip install -U ansible==2.9 -i https://mirrors.aliyun.com/pypi/simple/
- ansible --version - ansible --version
- mkdir ~/.ssh - mkdir ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
......
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