spring-web-modules/.drone.yml

14 lines
320 B
YAML
Raw Normal View History

2021-10-09 11:28:31 +07:00
kind: pipeline
2022-04-11 09:57:59 +07:00
type: kubernetes
2021-10-09 11:28:31 +07:00
name: ci
2022-04-11 09:57:59 +07:00
2021-10-09 11:28:31 +07:00
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