Commit 2875fc54 authored by nanahira's avatar nanahira

fix

parent 7d7436c3
Pipeline #578 canceled with stage
in 29 seconds
...@@ -5,7 +5,7 @@ variables: ...@@ -5,7 +5,7 @@ variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
before_script: before_script:
- apt update && apt -y install python3-pip tar wget openssh-client openssh-server rsync || dnf -y install python3-pip tar wget openssh openssh-server rsync || yum -y install epel-release && yum -y install python3-pip tar wget openssh-client openssh-server rsync - apt update && apt -y install python3-pip tar wget openssh-client openssh-server rsync || dnf -y install python3-pip tar wget openssh openssh-server rsync || yum -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 - ssh-keygen -q -t rsa -N '' -f ~/.ssh/id_rsa <<<y 2>&1 >/dev/null
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys - cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- pip3 install -U pip -i https://mirrors.aliyun.com/pypi/simple/ - pip3 install -U pip -i https://mirrors.aliyun.com/pypi/simple/
......
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