From 358d8c5109ecc1f78b4c60df7db4a1a863e47d47 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 18 Feb 2025 01:19:54 +0800 Subject: [PATCH] ci(magicleaps): switch magicleaps alpha ci to develop branch Signed-off-by: zhenyus --- .../com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy b/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy index 0e577819..8da14656 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy @@ -13,6 +13,7 @@ class ArgoApplicationVersionUpdater { def update(environmentSlug, component) { steps.log.info("ArgoApplicationVersionUpdater", "[${environmentSlug}] Update Argo application image version to ${steps.env.BUILD_IMAGE_VERSION} for ${component.name}...") + steps.sh "ls -al ${workspace}" def valuesFile = "${workspace}/${configurations.serviceName}/helm-pkg/${configurations.serviceName}/values-${environmentSlug}.yaml" def data = steps.readYaml (file: valuesFile) data.${component.name}.image.registry = steps.env.BUILD_IMAGE_REGISTRY