Browse Source

test

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

+ 0
- 1
.drone.yml View File

@@ -35,7 +35,6 @@ 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 -i $HOME/.ssh/id_rsa git@gitea.torrion-vault.xyz -p 2222
- ssh-keyscan -p 2222 -H gitea.local > $HOME/.ssh/known_hosts
- git clone $GIT_REPOSITORY ./
- git checkout $DRONE_BRANCH


Loading…
Cancel
Save