Disable automatic deployment.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5ef5837349
commit
cae4221157
1 changed files with 15 additions and 15 deletions
30
.drone.yml
30
.drone.yml
|
|
@ -21,18 +21,18 @@ steps:
|
|||
include:
|
||||
- main
|
||||
- feature/*
|
||||
- name: deploy
|
||||
image: maven:3.9-eclipse-temurin-25
|
||||
environment:
|
||||
REPO_TOKEN:
|
||||
from_secret: repo-token
|
||||
REPO_TOKEN_OSSRH:
|
||||
from_secret: repo-token-ossrh
|
||||
commands:
|
||||
- mvn -s maven-settings.xml deploy -DskipTests=true
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
# - name: deploy
|
||||
# image: maven:3.9-eclipse-temurin-25
|
||||
# environment:
|
||||
# REPO_TOKEN:
|
||||
# from_secret: repo-token
|
||||
# REPO_TOKEN_OSSRH:
|
||||
# from_secret: repo-token-ossrh
|
||||
# commands:
|
||||
# - mvn -s maven-settings.xml deploy -DskipTests=true
|
||||
# when:
|
||||
# branch:
|
||||
# - main
|
||||
# event:
|
||||
# exclude:
|
||||
# - pull_request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue