ソースを参照

test 30

master
komarov 4年前
コミット
14d3c62b63
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml ファイルの表示

@@ -16,7 +16,7 @@ steps:
commands:
- 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 -t rsa gitea >> $HOME/.ssh/known_hosts
- ssh-add $HOME/.ssh/id_rsa
- git clone ssh://gitea:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT
- name: build_php_base


読み込み中…
キャンセル
保存