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 from_secret: docker_username
password: password:
from_secret: docker_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 registry: git.cubetiqs.com
tags: latest tags: latest
--- #---
kind: pipeline #kind: pipeline
type: kubernetes #type: kubernetes
name: ci #name: ci
#
steps: #steps:
- name: submodules # - name: submodules
image: alpine/git # image: alpine/git
commands: # commands:
- git submodule update --init --recursive # - git submodule update --init --recursive
- name: test # - name: test
image: cubetiq/openjdk:11u-ubuntu # image: cubetiq/openjdk:11u-ubuntu
commands: # commands:
- apt-get update && apt-get install git -y # - apt-get update && apt-get install git -y
- sh gradlew bootJar # - sh gradlew bootJar