starlark to the rescue?
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -1,14 +1,9 @@
|
|||||||
|
|
||||||
def main(ctx):
|
def main(ctx):
|
||||||
return {
|
return {
|
||||||
"kind": "pipeline",
|
"kind": "pipeline",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"name": "nomad-nummer5",
|
"name": "nomad-nummer5",
|
||||||
"platform": [
|
|
||||||
{
|
|
||||||
"os": "linux",
|
|
||||||
"arch": "arm64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"name": "git log",
|
"name": "git log",
|
||||||
|
|||||||
Reference in New Issue
Block a user