From 2b166d213fd53e1ed1a7b3da9710e184b18d78d7 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 17 Feb 2025 23:16:40 +0800 Subject: [PATCH] ci(magicleaps): switch magicleaps alpha ci to develop branch Signed-off-by: zhenyus --- first-class-pipeline/vars/executeFreeleapsPipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy index 0d68cc3d..8103a90a 100644 --- a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy +++ b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy @@ -457,7 +457,7 @@ def generateComponentStages(component, configurations) { {stage("${component.name} :: Argo Application Version Updating") { script { if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) { - def argoApplicationVersionUpdater = new ArgoApplicationVersionUpdater(this) + def argoApplicationVersionUpdater = new ArgoApplicationVersionUpdater(this, configurations) argoApplicationVersionUpdater.update(configurations.environmentSlug, component) } }