From 0060fc2e6ff3d1799781f11502c3638680735dc5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 21 Apr 2022 18:56:09 +0700 Subject: [PATCH] Updated repo --- .drone.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3807490..d3940fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file +#--- +#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 \ No newline at end of file