Browse Source

Dockerfile updated

Espinoza Guillermo 6 years ago
parent
commit
6017c7f5d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -6,7 +6,7 @@ build_branch:
       - 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/Installer.git ; fi
       - git checkout $CI_COMMIT_REF_NAME
-      - git push -u gogs $CI_COMMIT_REF_NAME --tags
+      - eval $(ssh-agent); ssh-add keys/gogs.drone.id_rsa ; git push -u gogs $CI_COMMIT_REF_NAME --tags
     only:
       - pushes
       - branches