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