We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 229b0cc + e2e8094 commit 2be1209Copy full SHA for 2be1209
1 file changed
.github/regression.sh
@@ -279,7 +279,7 @@ nix develop --accept-flake-config .#testenv --command bash -c '
279
280
# Don't stop cluster instances just yet if KEEP_CLUSTERS_RUNNING is set to 1.
281
# After any key is pressed, resume this script and stop all running cluster instances.
282
-if [ "${KEEP_CLUSTERS_RUNNING:-}" = 1 ]; then
+if is_truthy "${KEEP_CLUSTERS_RUNNING:-}"; then
283
echo
284
echo "KEEP_CLUSTERS_RUNNING is set, leaving clusters running until any key is pressed."
285
echo "Press any key to continue..."
0 commit comments