Skip to content

Commit

Permalink
feat(build): add kind to env (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Apr 18, 2023
1 parent 456d075 commit bdc580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/env
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ else
fi

# Run the command.
(cd $docker_path && make "$command")
(cd $docker_path && make kind=deps "$command")

0 comments on commit bdc580b

Please sign in to comment.