소스 검색

Update .gitlab-ci.yml

Guillermo Espinoza 5 년 전
부모
커밋
07b3c889f9
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
+      - 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
       #- if git ls-remote --exit-code gogs &>/dev/null; then echo 'Existe el remote gogs' ; else git remote add gogs https://gogs.infra.flowdat.com/VendorSoftwareFlowdat3/php-docker-lib.git ; fi