Browse Source

test 30

master
komarov 4 years ago
parent
commit
14d3c62b63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -16,7 +16,7 @@ steps:
commands: commands:
- eval $(ssh-agent) - 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 - 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 -t rsa gitea >> $HOME/.ssh/known_hosts
- ssh-add $HOME/.ssh/id_rsa
- git clone ssh://gitea:2222/Torrion/arbitry.git - git clone ssh://gitea:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: build_php_base - name: build_php_base


Loading…
Cancel
Save