We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41d645 commit c1747b4Copy full SHA for c1747b4
backend/kind/clean.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
. ../../include/common.sh
4
+. .envrc
5
6
if [ -d "$BUILD_DIR" ]; then
7
info "Cleaning up $BUILD_DIR"
0 commit comments