Kaynağa Gözat

Arreglo para pasar los branchs a gogs

Gabriel Gosparo 7 yıl önce
ebeveyn
işleme
bd1272cb7b
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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/FiberlinkBundle.git 
- 
+      - git remote add gogs ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/pruebaMigracion.git
+      - git push gogs master:${DRONE_BRANCH}