Daniel Hübleitner 5 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,7 +75,7 @@ steps:
75 75
       then 
76 76
         git tag $PACKAGE_VERSION
77 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 79
       else 
80 80
         echo 'Version: '
81 81
         echo $LATEST_VERSION 

Carregando…
Cancelar
Salvar