fix:step names too long
This commit is contained in:
parent
708eb3f32d
commit
b2e38605fd
|
@ -58,4 +58,12 @@ function(config)
|
|||
steps:[
|
||||
build(config)(buildSecrets),
|
||||
],
|
||||
} {
|
||||
trigger +: {
|
||||
event +: [
|
||||
'promote',
|
||||
],
|
||||
target +: [
|
||||
'build',
|
||||
],
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ function(config)
|
|||
steps:
|
||||
std.map(
|
||||
function(def) images(config).docker {
|
||||
name: def.load,
|
||||
name: def.save,
|
||||
environment +: environment
|
||||
.environmentSecrets(config.secrets),
|
||||
volumes: [
|
||||
|
|
Loading…
Reference in New Issue