소스 검색

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



불러오는 중...
취소
저장