diff --git a/.drone.yml b/.drone.yml index b5d2d7f..03d194c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,10 @@ steps: test -w /cache || (echo "Cache directory /cache is not mounted or writable" && exit 1) - cd cbt-ui + - > + sed -i + 's#https://dl-cdn.alpinelinux.org/alpine#https://mirrors.aliyun.com/alpine#' + /etc/apk/repositories - apk add --no-cache expect - corepack enable - |