Updated repo

This commit is contained in:
Sambo Chea 2022-04-21 18:56:09 +07:00
parent 2fae41338c
commit 0060fc2e6f
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -10,22 +10,22 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cubetiqs.com/cubetiq/spring-web-api
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
#---
#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