Browse Source

Merge branch 'release/S2' into develop

develop
董书康 1 year ago
parent
commit
74df05ec91
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@ -38,7 +38,7 @@ steps:
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
- apk add tree --no-cache
- tree ./$backendName
- make branch=develop vc
- make branch=release/S2 vc
# - make branch=master vc
when:
status: [ success ]
@ -83,7 +83,7 @@ steps:
commands:
# - make branch=develop to_git
# - make branch=master to_git
- make branch=develop to_git
- make branch=release/S2 to_git
when:
status: [ success ]
branch:


Loading…
Cancel
Save