Skip to content

Commit

Permalink
Fix missing helm hook
Browse files Browse the repository at this point in the history
We don't want to run this every time the shell is open since it
adds 10-20s delay
  • Loading branch information
archseer committed Aug 18, 2023
1 parent f12b8ce commit b677e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions integration-tests/scripts/buildTests
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set -ex
# get this scripts directory
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)

helm repo update

cd "$SCRIPT_DIR"/../../ || exit 1

# integration prep
Expand Down
4 changes: 0 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,4 @@
HELM_REPOSITORY_CONFIG=./.helm-repositories.yaml;

venvDir = "./.venv";

postShellHook = ''
# helm repo update
'';
}

0 comments on commit b677e2d

Please sign in to comment.