This commit is contained in:
2024-12-11 14:10:12 +01:00
parent 075c7170cd
commit 46e743b84a
9 changed files with 227 additions and 2 deletions

23
drone.yml.bak Normal file
View File

@@ -0,0 +1,23 @@
kind: pipeline
type: docker
name: nomad-nummer5
platform:
os: linux
arch: arm64
environment:
TARGET_HOST: "test.chaos"
steps:
- name: git log
image: cr.wks/debian-stable
commands:
- git diff-tree --no-commit-id --name-only HEAD -r
- name: test
image: alpine
commands:
- echo hello
- echo world
- echo $TARGET_HOST