Parcourir la source

修改选择模板位置

hunter_lu il y a 1 an
Parent
commit
0339317899
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -25,7 +25,7 @@ steps:
      mirror: https://tfstj46s.mirror.aliyuncs.com
      registry: hub.evbj.easou.com
      repo: hub.evbj.easou.com/rec/${DRONE_REPO_NAME}
-     tag: v2.2.8
+     tag: v2.2.9
      
  - name: deployment
    image: hub.evbj.easou.com/dev/drone-agent:v3.0.1-230721
@@ -34,7 +34,7 @@ steps:
    environment:
      JNLP_ENV: rec
      JNLP_REPLICAS: 1  # 服务部署到几个pod上
-     JNLP_TAG: v2.2.8
+     JNLP_TAG: v2.2.9
      JNLP_VERSION: v1  # default v1, v2 for canary
      DEPLOY_ENV: k8s-4 # 可以选择把应用部署到集群:k8s-1 or k8s-2 or k8s-3
      JNLP_REPO: hub.evbj.easou.com