dev:还原
Deploy to Test / deploy (push) Failing after 9s
Details
Deploy to Test / deploy (push) Failing after 9s
Details
This commit is contained in:
parent
2355a1a4dd
commit
4d94b3cbdb
|
@ -27,16 +27,6 @@ jobs:
|
||||||
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
|
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Add Debian GPG keys
|
|
||||||
run: |
|
|
||||||
apt-get install -y debian-archive-keyring
|
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
|
|
||||||
0E98404D386FA1D9 \
|
|
||||||
6ED0E7B82643E131 \
|
|
||||||
605C66F00D6C9793 \
|
|
||||||
112695A0E562B32A \
|
|
||||||
54404762BBB6E853
|
|
||||||
|
|
||||||
- name: Install SSH tools
|
- name: Install SSH tools
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y openssh-client rsync
|
apt-get update && apt-get install -y openssh-client rsync
|
||||||
|
|
Loading…
Reference in New Issue