Browse Source

fix

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

+ 1
- 1
.drone.yml View File

74
       git status
74
       git status
75
       git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git $PACKAGE_VERSION; 
75
       git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git $PACKAGE_VERSION; 
76
     else 
76
     else 
77
-      echo 'Version: '
77
+      echo 'Version '
78
       echo $LATEST_VERSION 
78
       echo $LATEST_VERSION 
79
       echo 'did not change. Don`t push tag to master'; 
79
       echo 'did not change. Don`t push tag to master'; 
80
     fi
80
     fi

Loading…
Cancel
Save