spring-web-modules/.drone.yml
Sambo Chea daa3e534ee
All checks were successful
continuous-integration/drone/push Build is passing
Updated
2022-04-21 18:57:07 +07:00

31 lines
652 B
YAML

kind: pipeline
type: kubernetes
name: container-pipeline
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cubetiqs.com/cubetiq/spring-web-modules
registry: git.cubetiqs.com
tags: latest
#---
#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