Browse Source

maybe fix

master
Daniel Hübleitner 4 years ago
parent
commit
e45c87d4c7
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      .drone.yml

+ 0
- 2
.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
-  - echo 'Package Version: '; echo ${PACKAGE_VERSION}
71
-  - echo 'Latest Version: '; echo ${LATEST_VERSION}
72
   environment:
70
   environment:
73
     GIT_USER:
71
     GIT_USER:
74
       from_secret: git_user
72
       from_secret: git_user

Loading…
Cancel
Save