Skip to content

Commit

Permalink
#427 rename build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Mar 4, 2022
1 parent 15c6e56 commit 92e26c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ deployment
/build
skaffold.yaml
.tox
.pytest_cache
.pytest_cache
.overrides
2 changes: 1 addition & 1 deletion tools/cloudharness_utilities/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
BASE_IMAGES_PATH, STATIC_IMAGES_PATH


def preprocess_build_overrides(root_paths, helm_values, merge_build_path="./build"):
def preprocess_build_overrides(root_paths, helm_values, merge_build_path="./.overrides"):
if not isabs(merge_build_path):
merge_build_path = join(os.getcwd(), merge_build_path)
if len(root_paths) < 2:
Expand Down

0 comments on commit 92e26c6

Please sign in to comment.