spring-web-modules/.drone.yml
Sambo Chea 81506bf605
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Add drone ci
2022-04-11 09:57:59 +07:00

14 lines
320 B
YAML

kind: pipeline
type: kubernetes
name: ci
steps:
- name: submodules
image: d.ctdn.net/alpine/git
commands:
- git submodule update --init --recursive
- name: test
image: d.ctdn.net/cubetiq/openjdk:11u-ubuntu
commands:
- apt-get update && apt-get install git -y
- sh gradlew bootJar