|
|
@@ -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 -T git@gitea.local:2222 |
|
|
|
- ssh -T git@gitea.local -p 2222 |
|
|
|
- git clone ssh://gitea.local/Torrion/arbitry.git ./ |
|
|
|
- git checkout $DRONE_COMMIT |
|
|
|
|
|
|
|