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',
buildCacheEnabled: true,
buildAgentImage: 'node:lts',
buildCommand: 'npm run build',
buildArtifacts: ['dist'],
buildCommand: 'echo "Vue 3 & Webpack cause pod OOM, so we just skip it."',
buildArtifacts: ['Dockerfile'],
lintEnabled: false,
sastEnabled: false,
imageRegistry: 'docker.io',