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

+ 1
- 1
.drone.yml Ver fichero

@@ -18,7 +18,7 @@ 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 -T git@gitea.local
- git clone ssh://gitea.local:2222/Torrion/arbitry.git ./
- git clone ssh://gitea.local/Torrion/arbitry.git ./
- git checkout $DRONE_COMMIT

- name: build_php_base


Cargando…
Cancelar
Guardar