瀏覽代碼

test

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

+ 1
- 1
.drone.yml 查看文件

@@ -35,7 +35,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-keyscan -p $GIT_PORT -H $GIT_HOST > $HOME/.ssh/known_hosts
- ssh-keyscan -p 2222 -H gitea.local > $HOME/.ssh/known_hosts
- git clone $GIT_REPOSITORY ./
- git checkout $DRONE_BRANCH



Loading…
取消
儲存