ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
8d3927041a
commit
2b166d213f
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user