komarov hace 4 años
padre
commit
f7656d3817
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      .drone.yml

+ 0
- 1
.drone.yml Ver fichero

@@ -26,7 +26,6 @@ steps:
- mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub
- ssh-add $HOME/.ssh/id_rsa
- ssh-keyscan -p $GIT_SSH_PORT -H $GIT_IP >> $HOME/.ssh/known_hosts
- ssh-keyscan -p $GIT_SSH_PORT -H $GIT_HOST >> $HOME/.ssh/known_hosts
- git clone $GIT_REPOSITORY ./
- git checkout $DRONE_COMMIT



Cargando…
Cancelar
Guardar