From c8126d1333a42ee44dbfca8e4e7a47c10798cb7b Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 18 Feb 2025 02:05:28 +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 deletion(-) diff --git a/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy b/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy index 213a4c26..29e7513b 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy @@ -17,7 +17,6 @@ class ArgoApplicationVersionUpdater { steps.dir("${workspace}") { steps.git branch: 'master', credentialsId: 'freeleaps-ops-credentials', url: 'https://freeleaps@dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops' - this.workspace = "${workspace}/freeleaps-ops" } steps.dir("${workspace}") {