Commit b4b6c109 authored by zhoubin's avatar zhoubin

正式环境初始化

parent 1289470e
Pipeline #143096 failed with stages
in 2 minutes and 13 seconds
......@@ -13,6 +13,7 @@ variables:
IMAGESTREAM: yichengstreet-be #项目英文名
TAG: $CI_COMMIT_REF_NAME
cache:
paths:
- .m2/repository2
......@@ -33,6 +34,7 @@ package:
image: hub.eazytec-cloud.com/devops/maven:3.3.9-jdk-8
only:
- main
- dev
deploy:
......@@ -51,6 +53,7 @@ deploy:
- docker push ${REPO}/${NAMESPACE}/${IMAGE}:${TAG}
only:
- main
- dev
# publish:
# image: hub.eazytec-cloud.com/devops/oc:3.11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment