Browse Source

test

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

+ 1
- 1
.drone.yml View File

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




Loading…
Cancel
Save