浏览代码

fix

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

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

6
 - name: versioning
6
 - name: versioning
7
   image: node:12
7
   image: node:12
8
   commands:
8
   commands:
9
-  - git config --global user.email "frontwork.me@gmail.com"
10
-  - git config --global user.name "drone"
9
+  - git config --global user.email "frontwork.me@gmail.com";
10
+  - git config --global user.name "drone";
11
   - >
11
   - >
12
     if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
12
     if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
13
     then
13
     then

正在加载...
取消
保存