소스 검색

test 2

master
komarov 4 년 전
부모
커밋
0337ab0478
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      .drone.yml

+ 9
- 0
.drone.yml 파일 보기

@@ -2,7 +2,16 @@ kind: pipeline
type: docker
name: build

clone:
disable: true

steps:
- name: clone
image: alpine/git
commands:
- git clone https://gitea.torrion-vault.xyz/Torrion/arbitry.git .
- git checkout $DRONE_COMMIT

- name: build_php_base
image: plugins/docker
settings:


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