docs/drone.yml

18 Zeilen
269 B
YAML

name: test
kind: pipeline
type: docker
platform:
os: linux
arch: amd64
steps:
- name: build
image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67
commands:
- npm install --only=production
- npm run build
trigger:
event:
- push
- pull_request