Browse Source

fix

master
Daniel Hübleitner 5 years ago
parent
commit
54044a86b0
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .drone.yml

+ 0
- 1
.drone.yml View File

@@ -67,7 +67,6 @@ steps:
67 67
   commands:
68 68
   - git config --global user.email "frontwork.me@gmail.com"
69 69
   - git config --global user.name "drone"
70
-
71 70
   - PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')
72 71
   - LATEST_VERSION=$(npm view rpclibrary | grep latest | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]')
73 72
   - if [ "${PACKAGE_VERSION}" != "${LATEST_VERSION}" ]; 

Loading…
Cancel
Save