Browse Source

fix

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

+ 1
- 1
.drone.yml View File

75
       then 
75
       then 
76
         git tag $PACKAGE_VERSION
76
         git tag $PACKAGE_VERSION
77
         git status
77
         git status
78
-        git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git master $PACKAGE_VERSION; 
78
+        git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git $PACKAGE_VERSION; 
79
       else 
79
       else 
80
         echo 'Version: '
80
         echo 'Version: '
81
         echo $LATEST_VERSION 
81
         echo $LATEST_VERSION 

Loading…
Cancel
Save