publish already contains build

This commit is contained in:
Timo Ley 2022-10-24 07:29:15 +00:00
parent 388033a40a
commit 6c1e1f8dbe
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,8 @@ steps:
commands: commands:
- chmod +x gradlew - chmod +x gradlew
- ./gradlew build - ./gradlew build
when:
event: push
- name: maven - name: maven
image: adoptopenjdk/openjdk8 image: adoptopenjdk/openjdk8
environment: environment:
@ -18,7 +20,5 @@ steps:
commands: commands:
- chmod +x gradlew - chmod +x gradlew
- ./gradlew publish - ./gradlew publish
depends_on:
- build
when: when:
event: tag event: tag