Browse Source

打包测试

master
董书康 1 year ago
parent
commit
81b3db3acc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@ -38,7 +38,7 @@ steps:
- 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
- apk add tree --no-cache - apk add tree --no-cache
- tree ./$backendName - tree ./$backendName
- make branch=develop vc
- make branch=release/S2 vc
# - make branch=master vc # - make branch=master vc
when: when:
status: [ success ] status: [ success ]


Loading…
Cancel
Save