From 83e8ee60a0ac57df55a9a049cff8cc861296ad0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Sun, 1 Dec 2024 00:58:43 +0800 Subject: [PATCH] 2233 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a8fe77a..60996c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: SSH_CLONE_URL: from_secret: git_clone_url commands: - - echo "${SSH_IP} git.buyusdt.xyz" >> /etc/hosts + - echo "$SSH_IP git.buyusdt.xyz" >> /etc/hosts - git config --global http.sslVerify "false" - git clone $SSH_CLONE_URL - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories