From f439f1af52877055534de45563ecf3d3e55984a3 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 17 Feb 2025 21:01:03 +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 fd32f5d6..f4cbe269 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy @@ -6,6 +6,7 @@ class ArgoApplicationVersionUpdater { ArgoApplicationVersionUpdater(steps) { this.steps = steps + this.workspace = steps.env.WORKSPACE } def update(environmentSlug, component) {