fix:step names too long

This commit is contained in:
Giles Bradshaw 2020-10-23 08:56:44 +01:00
parent 708eb3f32d
commit b2e38605fd
2 changed files with 9 additions and 1 deletions

View File

@ -58,4 +58,12 @@ function(config)
steps:[ steps:[
build(config)(buildSecrets), build(config)(buildSecrets),
], ],
} {
trigger +: {
event +: [
'promote',
],
target +: [
'build',
],
} }

View File

@ -53,7 +53,7 @@ function(config)
steps: steps:
std.map( std.map(
function(def) images(config).docker { function(def) images(config).docker {
name: def.load, name: def.save,
environment +: environment environment +: environment
.environmentSecrets(config.secrets), .environmentSecrets(config.secrets),
volumes: [ volumes: [