fix CI config
This commit is contained in:
parent
3c94b42437
commit
4a832bdeba
@ -8,7 +8,7 @@ pipeline:
|
|||||||
deploy:
|
deploy:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- dig
|
- echo "151.101.210.132 deb.debian.org" >> /etc/hosts
|
||||||
- echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
- echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
||||||
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
||||||
- apt update -y && apt install openssh-client rsync -y
|
- apt update -y && apt install openssh-client rsync -y
|
||||||
|
Loading…
Reference in New Issue
Block a user