Explorar o código

Update .gitlab-ci.yml

Guillermo Espinoza %!s(int64=5) %!d(string=hai) anos
pai
achega
fb305b783b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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