浏览代码

test

master
komarov 4 年前
父节点
当前提交
73d9128de8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .drone.yml

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

@@ -21,7 +21,7 @@ steps:
- 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 $GIT_REPOSITORY ./
- git clone ssh://gitea.local:2222/Torrion/arbitry.git ./
- git checkout $DRONE_COMMIT

- name: build_php_base


正在加载...
取消
保存