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