Explorar o código

Arreglo para pasar los branchs a gogs

Gabriel Gosparo %!s(int64=7) %!d(string=hai) anos
pai
achega
d79e76be33
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -4,5 +4,5 @@ pipeline:
     commands:
       - chmod 0600 keys/*
       - eval $(ssh-agent); ssh-add keys/gogs.drone.id_rsa
-      - git push --all ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/HuaweiBundle.git 
- 
+      - git remote add gogs ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/pruebaMigracion.git
+      - git push gogs master:${DRONE_BRANCH}