Update drone CI/CD
This commit is contained in:
parent
dc1915dcda
commit
5878739234
10
.drone.yml
10
.drone.yml
|
@ -9,20 +9,10 @@ environment:
|
|||
CRE_PORT: 9090
|
||||
|
||||
steps:
|
||||
- name: bla
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo $${CRE_ARTIFACT_NAME}
|
||||
- echo $CRE_ARTIFACT_NAME
|
||||
- echo ${DRONE_BRANCH}
|
||||
|
||||
- name: test
|
||||
image: gradle:7.1-jdk11
|
||||
commands:
|
||||
- gradle test
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
- name: build
|
||||
image: gradle:7.1-jdk11
|
||||
|
|
Loading…
Reference in New Issue