Update drone CI/CD
continuous-integration/drone/pr Build was killed Details
continuous-integration/drone/push Build was killed Details

This commit is contained in:
FyloZ 2021-08-01 17:27:16 -04:00
parent b1328e8805
commit e666e4941b
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 7 additions and 4 deletions

View File

@ -9,10 +9,10 @@ environment:
CRE_PORT: 9090 CRE_PORT: 9090
steps: steps:
# - name: test - name: test
# image: gradle:7.1-jdk11 image: gradle:7.1-jdk11
# commands: commands:
# - gradle test - gradle test
- name: build - name: build
image: gradle:7.1-jdk11 image: gradle:7.1-jdk11
@ -23,6 +23,7 @@ steps:
when: when:
branch: branch:
- master - master
events: [ push, tag ]
- name: containerize - name: containerize
image: plugins/docker image: plugins/docker
@ -36,6 +37,7 @@ steps:
when: when:
branch: branch:
- master - master
events: [ push, tag ]
- name: deploy - name: deploy
image: alpine:latest image: alpine:latest
@ -68,5 +70,6 @@ steps:
when: when:
branch: branch:
- master - master
events: [ push, tag ]