This commit is contained in:
@@ -21,7 +21,7 @@ steps:
|
|||||||
SSH_CLONE_URL:
|
SSH_CLONE_URL:
|
||||||
from_secret: git_clone_url
|
from_secret: git_clone_url
|
||||||
commands:
|
commands:
|
||||||
- echo "${SSH_IP} git.buyusdt.xyz" >> /etc/hosts
|
- echo "$SSH_IP git.buyusdt.xyz" >> /etc/hosts
|
||||||
- git config --global http.sslVerify "false"
|
- git config --global http.sslVerify "false"
|
||||||
- git clone $SSH_CLONE_URL
|
- git clone $SSH_CLONE_URL
|
||||||
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
|
|||||||
Reference in New Issue
Block a user