+4
-7
@@ -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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
FROM rabbitmq:4.2-management-alpine
|
||||
|
||||
RUN set -eux; \
|
||||
apk update; \
|
||||
apk upgrade ;
|
||||
Reference in New Issue
Block a user