浏览代码

remove docs

master
peter 5 年前
父节点
当前提交
9496609df0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml 查看文件

71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
72
   - ls
72
   - ls
73
   - echo "add files in ${DRONE_REPO_NAME}"; git add -A
73
   - echo "add files in ${DRONE_REPO_NAME}"; git add -A
74
-  - git commit -m "Drone tagged as ${DRONE_TAG}"
74
+  - git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}"
75
   - git push --force origin master
75
   - git push --force origin master
76
   environment:
76
   environment:
77
     GIT_USER:
77
     GIT_USER:

正在加载...
取消
保存