Jsonnet test 15
This commit is contained in:
parent
c91b19c74e
commit
107d042d1e
@ -13,7 +13,9 @@ local buildForArch(arch) = {
|
||||
image: 'rust:1.62',
|
||||
commands: [
|
||||
'echo Hello World from Jsonnet on ' + arch + '!',
|
||||
'pwd',
|
||||
'touch ' + arch + '.txt',
|
||||
'ls -lah'
|
||||
'cargo check',
|
||||
],
|
||||
};
|
||||
@ -35,7 +37,8 @@ local check_steps() = [
|
||||
name: 'build',
|
||||
image: 'rust:1.62',
|
||||
commands: [
|
||||
'ls -lah target/',
|
||||
'pwd',
|
||||
'ls -lahR',
|
||||
],
|
||||
depends_on: [getStepName(a) for a in archs],
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user