2022-07-19 15:09:45 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
2022-07-19 15:20:36 +00:00
|
|
|
image: node:alpine
|
2022-07-19 15:09:45 +00:00
|
|
|
commands:
|
2022-07-19 15:25:32 +00:00
|
|
|
- apk add --no-cache python2 make g++
|
2022-07-19 15:09:45 +00:00
|
|
|
- npm install
|
|
|
|
- vue-cli-service build --mode production
|