fix(frontend): correct typo in build artifacts path for frontend
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
c3cafc55ff
commit
96985920af
@ -61,7 +61,7 @@ executeFreeleapsPipeline {
|
|||||||
buildCacheEnabled: true,
|
buildCacheEnabled: true,
|
||||||
buildAgentImage: 'node:lts',
|
buildAgentImage: 'node:lts',
|
||||||
buildCommand: 'NODE_OPTIONS=--max-old-space-size=4096 pnpm -r build',
|
buildCommand: 'NODE_OPTIONS=--max-old-space-size=4096 pnpm -r build',
|
||||||
buildArtifacts: ['freeleaps/dist', 'nuxt-frontend/.output/public'],
|
buildArtifacts: ['freeleaps/dist', 'nuxt-front/.output/public'],
|
||||||
lintEnabled: false,
|
lintEnabled: false,
|
||||||
sastEnabled: false,
|
sastEnabled: false,
|
||||||
imageRegistry: 'docker.io',
|
imageRegistry: 'docker.io',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user