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

This commit is contained in:
FyloZ 2021-08-01 16:24:02 -04:00
parent dc1915dcda
commit 5878739234
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 0 additions and 10 deletions

View File

@ -9,20 +9,10 @@ environment:
CRE_PORT: 9090 CRE_PORT: 9090
steps: steps:
- name: bla
image: alpine:latest
commands:
- echo $${CRE_ARTIFACT_NAME}
- echo $CRE_ARTIFACT_NAME
- echo ${DRONE_BRANCH}
- name: test - name: test
image: gradle:7.1-jdk11 image: gradle:7.1-jdk11
commands: commands:
- gradle test - gradle test
when:
branch:
- master
- name: build - name: build
image: gradle:7.1-jdk11 image: gradle:7.1-jdk11