packer-proxmox/.woodpecker/test.yml
Robert Kaussow 83d7b08089
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci: migrate to woodpecker
2024-01-14 21:08:05 +01:00

18 lines
386 B
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
- name: git-spaces
image: quay.io/thegeeklab/alpine-tools
commands:
- git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
- name: packer
image: docker.io/hashicorp/packer
commands:
- packer fmt -recursive -check -diff .