separate-admin-build
Henry Jameson 16 hours ago
parent e57a11f3b1
commit 58673ccbcc

@ -65,6 +65,19 @@ build:
paths: paths:
- dist/ - dist/
build_admin:
stage: build
tags:
- amd64
variables:
ADMINFE_BUILD: yes
script:
- yarn
- npm run build
artifacts:
paths:
- dist/
docs-deploy: docs-deploy:
stage: deploy stage: deploy
image: alpine:latest image: alpine:latest

Loading…
Cancel
Save