From bdc580bf299151a25f12c4e3425c071bc21b3491 Mon Sep 17 00:00:00 2001 From: Alejandro Falkowski Date: Tue, 18 Apr 2023 10:15:02 +0200 Subject: [PATCH] feat(build): add kind to env (#22) --- build/docker/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/env b/build/docker/env index 2d8dd20..d4364c5 100755 --- a/build/docker/env +++ b/build/docker/env @@ -15,4 +15,4 @@ else fi # Run the command. -(cd $docker_path && make "$command") +(cd $docker_path && make kind=deps "$command")