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