Update drone CI/CD
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
FyloZ 2021-08-01 17:00:08 -04:00
parent 78882ae251
commit 6e5c40f078
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 6 additions and 6 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
@ -26,10 +26,10 @@ steps:
- name: containerize - name: containerize
image: plugins/docker image: plugins/docker
settings: settings:
repo: ${CRE_REGISTRY_IMAGE} repo: [ CRE_REGISTRY_IMAGE ]
tags: tags:
- latest - latest
- ${CRE_VERSION} - [ CRE_VERSION ]
when: when:
branch: branch:
- master - master