docs/.drone.yml
Nick Slowinski 28c85272d9
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
fixing typo
2023-09-09 17:19:05 +02:00

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