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:
|
include:
|
||||||
- main
|
- main
|
||||||
- feature/*
|
- feature/*
|
||||||
- name: deploy
|
# - name: deploy
|
||||||
image: maven:3.9-eclipse-temurin-25
|
# image: maven:3.9-eclipse-temurin-25
|
||||||
environment:
|
# environment:
|
||||||
REPO_TOKEN:
|
# REPO_TOKEN:
|
||||||
from_secret: repo-token
|
# from_secret: repo-token
|
||||||
REPO_TOKEN_OSSRH:
|
# REPO_TOKEN_OSSRH:
|
||||||
from_secret: repo-token-ossrh
|
# from_secret: repo-token-ossrh
|
||||||
commands:
|
# commands:
|
||||||
- mvn -s maven-settings.xml deploy -DskipTests=true
|
# - mvn -s maven-settings.xml deploy -DskipTests=true
|
||||||
when:
|
# when:
|
||||||
branch:
|
# branch:
|
||||||
- main
|
# - main
|
||||||
event:
|
# event:
|
||||||
exclude:
|
# exclude:
|
||||||
- pull_request
|
# - pull_request
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue