diff --git a/.drone.yml b/.drone.yml index b3e6cc7..4727b61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,9 +60,20 @@ steps: - name: 获取tag数据 image: alpine/git:v2.36.2 commands: - - git fetch --tags - - git describe --tags `git rev-list --tags --max-count=1` > .tags - - cat .tags + - git fetch --tags + - git submodule init + - git submodule update --recursive --remote + # - git submodule add -b master https://git.1000my.com/project_runteng/server_iot-common.git + # - git mv server_iot-common iot-common + # - git submodule sync + - git describe --tags `git rev-list --tags --max-count=1` + + # 获取当前分支的tag + - git describe --abbrev=0 --tags > .tags + - cat .tags + # - git fetch --tags + # - git describe --tags `git rev-list --tags --max-count=1` > .tags + # - cat .tags - name: 代码构建 pull: if-not-exists # image: registry.k8s.1000my.com/library/node:16.15.0-slim