Guillermo Espinoza пре 5 година
родитељ
комит
0f87344730
1 измењених фајлова са 1 додато и 0 уклоњено
  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