ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
bd785eb2c2
commit
9f18fa2f9a
@ -21,7 +21,7 @@ class ArgoApplicationVersionUpdater {
|
||||
}
|
||||
|
||||
steps.dir("${workspace}") {
|
||||
def valuesFile = "./${configurations.serviceName}/helm-pkg/${configurations.serviceName}/values-${environmentSlug}.yaml"
|
||||
def valuesFile = "./${configurations.serviceName}/helm-pkg/${configurations.serviceName}/values.${environmentSlug}.yaml"
|
||||
def data = steps.readYaml (file: valuesFile)
|
||||
data.${component.name}.image.registry = steps.env.BUILD_IMAGE_REGISTRY
|
||||
data.${component.name}.image.repository = steps.env.BUILD_IMAGE_REPOSITORY
|
||||
|
||||
Loading…
Reference in New Issue
Block a user