fix:step names too long
This commit is contained in:
parent
708eb3f32d
commit
b2e38605fd
|
@ -58,4 +58,12 @@ function(config)
|
||||||
steps:[
|
steps:[
|
||||||
build(config)(buildSecrets),
|
build(config)(buildSecrets),
|
||||||
],
|
],
|
||||||
|
} {
|
||||||
|
trigger +: {
|
||||||
|
event +: [
|
||||||
|
'promote',
|
||||||
|
],
|
||||||
|
target +: [
|
||||||
|
'build',
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue