Explorar el Código

Arreglo para pasar los branchs a gogs

Gabriel Gosparo hace 7 años
padre
commit
d79e76be33
Se han modificado 1 ficheros con 2 adiciones y 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}