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

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-17 23:16:40 +08:00
parent 8d3927041a
commit 2b166d213f

View File

@ -457,7 +457,7 @@ def generateComponentStages(component, configurations) {
{stage("${component.name} :: Argo Application Version Updating") { {stage("${component.name} :: Argo Application Version Updating") {
script { script {
if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) { 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) argoApplicationVersionUpdater.update(configurations.environmentSlug, component)
} }
} }