Daniel Hübleitner 6 anos atrás
pai
commit
0f1e177e7e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver arquivo

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 

Carregando…
Cancelar
Salvar