Migration to Drone CI #8

Merged
william merged 22 commits from features into master 2021-08-01 17:28:44 -04:00
1 changed files with 0 additions and 10 deletions
Showing only changes of commit 5878739234 - Show all commits

View File

@ -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