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