From da0541c85b557c3754736696ff685d7203fcedb1 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 11 Aug 2022 07:41:44 +0000 Subject: [PATCH] Jsonnet test 16 --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 1774795..87e23cf 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -15,7 +15,7 @@ local buildForArch(arch) = { 'echo Hello World from Jsonnet on ' + arch + '!', 'pwd', 'touch ' + arch + '.txt', - 'ls -lah' + 'ls -lah', 'cargo check', ], };