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