fix: build with drone secrets
This commit is contained in:
parent
be0a4654c7
commit
9f162c47aa
|
@ -71,7 +71,7 @@ function(
|
||||||
'%(root)s%(name)s' % { root: root, name: name }
|
'%(root)s%(name)s' % { root: root, name: name }
|
||||||
),
|
),
|
||||||
images.wait(15),
|
images.wait(15),
|
||||||
build(droneSecrets),
|
build(buildSecrets),
|
||||||
compose(
|
compose(
|
||||||
std.map(
|
std.map(
|
||||||
function(secret) environment.envSet(secret),
|
function(secret) environment.envSet(secret),
|
||||||
|
|
Loading…
Reference in New Issue