This commit is contained in:
@@ -15,7 +15,7 @@ local buildForArch(arch) = {
|
||||
'echo Hello World from Jsonnet on ' + arch + '!',
|
||||
'pwd',
|
||||
'touch ' + arch + '.txt',
|
||||
'ls -lah'
|
||||
'ls -lah',
|
||||
'cargo check',
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user