Browse Source

fix: ci

test
Your Name 2 years ago
parent
commit
a5c40dda3b
  1. 1
      .drone.yml

1
.drone.yml

@ -33,6 +33,7 @@ steps:
- ping git.1000my.com -c 1 - ping git.1000my.com -c 1
- git clone --depth=1 -b $DRONE_REPO_BRANCH $DRONE_GIT_HTTP_URL . - git clone --depth=1 -b $DRONE_REPO_BRANCH $DRONE_GIT_HTTP_URL .
- git submodule update --init --recursive - git submodule update --init --recursive
- git tag --merged test
- name: 生成Release版本 - name: 生成Release版本
pull: if-not-exists pull: if-not-exists

Loading…
Cancel
Save