فهرست منبع

Update .gitlab-ci.yml

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