소스 검색

Fix drone for tags (#2573)

tags/v1.3.0-rc1
Lauris BH 6 년 전
부모
커밋
28f4de205f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      .drone.yml

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

@@ -145,7 +145,6 @@ pipeline:
tags: [ '${DRONE_TAG##v}' ]
when:
event: [ tag ]
branch: [ refs/tags/* ]

docker:
image: plugins/docker:17.05
@@ -179,7 +178,6 @@ pipeline:
target: /gitea/${DRONE_TAG##v}
when:
event: [ tag ]
branch: [ refs/tags/* ]

release:
image: plugins/s3:1
@@ -216,7 +214,6 @@ pipeline:
- dist/release/*
when:
event: [ tag ]
branch: [ refs/tags/* ]

discord:
image: appleboy/drone-discord:1.0.0

Loading…
취소
저장