Skip to content
Snippets Groups Projects
Commit 73fc2b3d authored by Jessica Yuen's avatar Jessica Yuen
Browse files

Fix bug with invalid base.libsonnet import path


There exists a bug in the reference path of base.libsonnet for nested
environment directories. We are referencing a hardcoded import
"../base.libsonnet". The works for top level environment directories but
obviously does not work for nested directories.

This commit will add the environments directory as a global lib path.

Signed-off-by: default avatarJessica Yuen <im.jessicayuen@gmail.com>
parent 82e57896
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment