瀏覽代碼

test

master
komarov 4 年之前
父節點
當前提交
5cfffec004
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      .drone.yml

+ 0
- 2
.drone.yml 查看文件

@@ -17,8 +17,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
- (ping -q -c 1 -t 1 gitea.local | grep PING | sed -e "s/).*//" | sed -e "s/.*(//") >> $HOME/.ssh/known_hosts
- ssh-keyscan -t rsa -p 2222 -H gitea.local >> $HOME/.ssh/known_hosts
- git clone ssh://gitea.local:2222/Torrion/arbitry.git ./
- git checkout $DRONE_COMMIT



Loading…
取消
儲存