From 9f162c47aadbdf438d6bcaf6801be232a608963c Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 27 Aug 2020 22:18:55 +0100 Subject: [PATCH] fix: build with drone secrets --- deploy.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.libsonnet b/deploy.libsonnet index c615a2d..3584db5 100644 --- a/deploy.libsonnet +++ b/deploy.libsonnet @@ -71,7 +71,7 @@ function( '%(root)s%(name)s' % { root: root, name: name } ), images.wait(15), - build(droneSecrets), + build(buildSecrets), compose( std.map( function(secret) environment.envSet(secret),