Browse Source

fix

master
wat 5 years ago
parent
commit
42e20e1836
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .drone.yml

+ 2
- 1
.drone.yml View File

67
   commands:
67
   commands:
68
   - git config --global user.email "frontwork.me@gmail.com"
68
   - git config --global user.email "frontwork.me@gmail.com"
69
   - git config --global user.name "drone"
69
   - git config --global user.name "drone"
70
-  - > if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
70
+  - > 
71
+    if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 
71
     then
72
     then
72
       git tag $PACKAGE_VERSION
73
       git tag $PACKAGE_VERSION
73
       git status
74
       git status

Loading…
Cancel
Save