mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-26 16:01:56 +08:00
Merge branch 'feature/auto-publish-to-gitlab' into 'main'
print frontend dir See merge request apipark/APIPark!27
This commit is contained in:
@@ -56,8 +56,11 @@ builder:
|
||||
- |
|
||||
if [ -n "$(git diff --name-status HEAD~1 HEAD -- frontend)" ]; then
|
||||
./scripts/build.sh $BUILD_DIR ${VERSION} all ""
|
||||
echo ""
|
||||
ll -a frontend
|
||||
rm -fr ../artifacts/dist
|
||||
cp -r frontend/dist ../artifacts/dist
|
||||
ll -a ../artifacts
|
||||
else
|
||||
./scripts/build.sh $BUILD_DIR ${VERSION}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user