mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 09:40:26 +00:00
17 lines
184 B
YAML
17 lines
184 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: Verify
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: Verify nginx confiy
|
|
image: nginx:1.25-bookworm
|
|
commands:
|
|
- nginx -t
|
|
|
|
|