ci(magicleaps): switch magicleaps alpha ci to develop branch

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-18 02:05:28 +08:00
parent 9f18fa2f9a
commit c8126d1333

View File

@ -17,7 +17,6 @@ class ArgoApplicationVersionUpdater {
steps.dir("${workspace}") { steps.dir("${workspace}") {
steps.git branch: 'master', credentialsId: 'freeleaps-ops-credentials', url: 'https://freeleaps@dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops' 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}") { steps.dir("${workspace}") {