Jsonnet test 3

This commit is contained in:
Jacob Kiers 2022-08-10 22:51:08 +00:00
parent 382c6288cd
commit 8526432849
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"kind": "pipeline",
"type": "docker",
"name": "default",
"platform" {
"platform": {
"arch": "amd64"
}
"steps": [
@ -10,8 +10,8 @@
"name": "check",
"image": "rust:1.62",
"commands": [
"echo Hello World from Jsonnet!"
"cargp check",
"echo Hello World from Jsonnet!",
"cargo check",
]
}
]