Jsonnet test 3
This commit is contained in:
parent
382c6288cd
commit
8526432849
@ -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",
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user