mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-07-06 16:11:56 +08:00
Merge branch 'feature/auto-publish-to-gitlab' into 'main'
update builder script See merge request apipark/APIPark!25
This commit is contained in:
@@ -47,6 +47,9 @@ builder:
|
||||
script:
|
||||
- go mod tidy
|
||||
- |
|
||||
if [ -d "../artifacts" ]; then
|
||||
mkdir -p ../artifacts
|
||||
fi
|
||||
if [ -d "../artifacts/dist" ]; then
|
||||
cp -r ../artifacts/dist frontend/dist
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user