komarov 4 anni fa
parent
commit
d7d93ae3ef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml Vedi File

@@ -19,7 +19,7 @@ steps:
- ssh-add $HOME/.ssh/id_rsa
- ssh-keyscan -p 2222 -H gitea.local > $HOME/.ssh/known_hosts
- ssh -T git@gitea.local -p 2222
- git clone ssh://gitea.local/Torrion/arbitry.git ./
- git clone ssh://gitea.local:2222/Torrion/arbitry.git ./
- git checkout $DRONE_COMMIT

- name: build_php_base


Loading…
Annulla
Salva