Explorar el Código

Arreglo repositorio

Gabriel Gosparo hace 7 años
padre
commit
126a61f356
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

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