init
continuous-integration/drone Build is failing

This commit is contained in:
曾志威
2026-08-07 11:37:35 +08:00
parent a5a8498839
commit a07413d8b6
2 changed files with 4 additions and 12 deletions
+4 -7
View File
@@ -9,25 +9,22 @@ steps:
- >
git clone
-b proj-shopee-test
--depth 1
--depth 1
--single-branch
--no-tags
https://zwzeng:glpat-nuzkafsdgYKM0KAgvpL4Bm86MQp1OnkH.01.0w0tr4xa1@git.ittx.com.cn/wms/wes-loghub.git
# docker 打包
- name: deploy
image: registry.cn-hangzhou.aliyuncs.com/loghub/wms-system-service:gradle9
commands:
- >
sed -i -E
-e 's/^([[:space:]]*)url[[:space:]]+([^=[:space:]].*)$/\1url = \2/'
-e 's/^([[:space:]]*)url\((.*)\)$/\1url = \2/'
/home/gradle/.gradle/init.gradle
- cd wes-loghub
- >
gradle jib -stacktrace
--info
--console=plain
--warning-mode=summary
--build-cache
--no-build-cache
--configure-on-demand
--parallel
--max-workers=16
-5
View File
@@ -1,5 +0,0 @@
FROM rabbitmq:4.2-management-alpine
RUN set -eux; \
apk update; \
apk upgrade ;