14 lines
No EOL
157 B
YAML
14 lines
No EOL
157 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: arm64
|
|
|
|
steps:
|
|
- name: build
|
|
image: node
|
|
commands:
|
|
- cd bfrontend
|
|
- npm build |