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 6 additions and 6 deletions
Showing only changes of commit 6e5c40f078 - Show all commits

View File

@ -9,10 +9,10 @@ environment:
CRE_PORT: 9090
steps:
- name: test
image: gradle:7.1-jdk11
commands:
- gradle test
# - name: test
# image: gradle:7.1-jdk11
# commands:
# - gradle test
- name: build
image: gradle:7.1-jdk11
@ -26,10 +26,10 @@ steps:
- name: containerize
image: plugins/docker
settings:
repo: ${CRE_REGISTRY_IMAGE}
repo: [ CRE_REGISTRY_IMAGE ]
tags:
- latest
- ${CRE_VERSION}
- [ CRE_VERSION ]
when:
branch:
- master