diff --git a/.drone.jsonnet b/.drone.jsonnet index 4b14c60..e0712ff 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -13,6 +13,7 @@ local buildForArch(arch) = { image: 'rust:1.62', commands: [ 'echo Hello World from Jsonnet on ' + arch + '!', + 'touch ' + arch + '.txt', 'cargo check', ], };