feat: fix drone config 15
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
BryantHe 2023-07-09 06:31:59 +08:00
parent cfb22f64b5
commit 56f86e0df0
1 changed files with 14 additions and 14 deletions

View File

@ -99,6 +99,14 @@ trigger:
branch:
include:
- main
when:
event:
- pull_request
action:
include:
- opened
- reopened
- synchronized
clone:
disable: true
@ -122,14 +130,6 @@ steps:
- docker-compose down
- docker-compose up -d --build --force-recreate
- docker image prune -f
when:
event:
- pull_request
action:
include:
- opened
- reopened
- synchronized
---
@ -154,9 +154,9 @@ clone:
steps:
- name: semantic-release
image: gtramontina/semantic-release:17.4.3
environment:
GITHUB_TOKEN:
from_secret: gitea_token
entrypoint:
- semantic-release
image: entwico/semantic-release-drone
settings:
git_login:
from_secret: gitea_user
git_password:
from_secret: gitea_password