spring-web-modules/.drone.yml
Sambo Chea bc81cb0988
All checks were successful
continuous-integration/drone/push Build is passing
Updated build scripts
2022-04-11 10:29:25 +07:00

14 lines
298 B
YAML

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