Skip to content

Commit

Permalink
early exit in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 18, 2024
1 parent 3dd6987 commit db0f9a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_values_files.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

# for each file in the test_values directory
# run helm install && helm uninstall
for file in test_values/*.yaml; do
Expand Down

0 comments on commit db0f9a8

Please sign in to comment.