瀏覽代碼

fix maybe

master
Daniel Hübleitner 6 年之前
父節點
當前提交
185601f7ea
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml 查看文件

51
 - name: commit documentation
51
 - name: commit documentation
52
   image: node:12
52
   image: node:12
53
   commands:
53
   commands:
54
+  - git config --global user.email "frontwork.me@gmail.com"
55
+  - git config --global user.name "drone"
54
   - git add -f docs
56
   - git add -f docs
55
   - git commit --allow-empty -m "documented version at ${DRONE_BUILD_CREATED}"
57
   - git commit --allow-empty -m "documented version at ${DRONE_BUILD_CREATED}"
56
   - git tag ${DRONE_BUILD_CREATED}
58
   - git tag ${DRONE_BUILD_CREATED}

Loading…
取消
儲存