Skip to content

Commit c1747b4

Browse files
committed
Source env when cleaning up with kind backend
1 parent d41d645 commit c1747b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/kind/clean.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
. ../../include/common.sh
4+
. .envrc
45

56
if [ -d "$BUILD_DIR" ]; then
67
info "Cleaning up $BUILD_DIR"

0 commit comments

Comments
 (0)