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 00:46:06 +08:00
parent 2b166d213f
commit 9af039785e

View File

@ -18,8 +18,8 @@ executeFreeleapsPipeline {
npmPackageJsonFile: 'package.json', npmPackageJsonFile: 'package.json',
buildCacheEnabled: true, buildCacheEnabled: true,
buildAgentImage: 'node:lts', buildAgentImage: 'node:lts',
buildCommand: 'npm run build', buildCommand: 'echo "Vue 3 & Webpack cause pod OOM, so we just skip it."',
buildArtifacts: ['dist'], buildArtifacts: ['Dockerfile'],
lintEnabled: false, lintEnabled: false,
sastEnabled: false, sastEnabled: false,
imageRegistry: 'docker.io', imageRegistry: 'docker.io',