Some checks reported errors
continuous-integration/drone/push Build was killed
16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
|
|
def main(ctx):
|
|
return {
|
|
"kind": "pipeline",
|
|
"type": "docker",
|
|
"name": "nomad-nummer5",
|
|
"steps": [
|
|
{
|
|
"name": "git log",
|
|
"image": "cr.wks/debian-stable",
|
|
"commands": [
|
|
"git diff-tree --no-commit-id --name-only HEAD -r"
|
|
]
|
|
}
|
|
]
|
|
} |