Explorar el Código

Update .gitlab-ci.yml

Guillermo Espinoza hace 5 años
padre
commit
0f87344730
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -5,6 +5,7 @@ build_branch:
     script:
       #- chmod 0600 keys/*
       #- eval $(ssh-agent); ssh-add keys/gogs.drone.id_rsa
+      - cat ~/.ssh/known_hosts
       - ssh -v git@gogs.infra.flowdat.com -p222
       - git fetch --tags
       - if git ls-remote --exit-code gogs &>/dev/null; then echo 'Existe el remote gogs' ; else git remote add gogs ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/php-docker-lib.git ; fi