浏览代码

test 9

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

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

@@ -15,7 +15,7 @@ steps:
from_secret: DEPLOY_KEY_PUBLIC
commands:
- mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub
- git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git clone ssh://gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT
- name: build_php_base
image: plugins/docker


正在加载...
取消
保存