Explorar el Código

test 44

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

+ 1
- 1
.drone.yml Ver fichero

@@ -17,7 +17,7 @@ steps:
- eval $(ssh-agent)
- 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 2222 -t rsa 104.248.32.133 > $HOME/.ssh/known_hosts && ssh-keyscan -p 2222 -t rsa gitea.torrion-vault.xyz > $HOME/.ssh/known_hosts
- git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git clone ssh://git@104.248.32.133:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT
- name: build_php_base
image: plugins/docker


Cargando…
Cancelar
Guardar