Adding new drone config
Dieser Commit ist enthalten in:
Ursprung
dd01c1706c
Commit
e84f67185b
1 geänderte Dateien mit 18 neuen und 0 gelöschten Zeilen
18
drone.yml
Normale Datei
18
drone.yml
Normale Datei
|
@ -0,0 +1,18 @@
|
|||
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
|
Laden …
In neuem Issue referenzieren