更新 Jenkinsfile
This commit is contained in:
parent
b32d352959
commit
bb4501608d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -73,7 +73,7 @@ pipeline {
|
|||||||
|
|
||||||
# 复制 shared 包和 Docker 配置
|
# 复制 shared 包和 Docker 配置
|
||||||
if [ -d shared ]; then
|
if [ -d shared ]; then
|
||||||
cp -r shared/* build-output/shared/*
|
cp -r shared/* build-output/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp package.json build-output/
|
cp package.json build-output/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user