|
@ -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 ] |
|
|