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.
1 parent 8f2598d commit 3cced54Copy full SHA for 3cced54
hack/check-rosa-cluster-status.sh
@@ -41,6 +41,7 @@ echo "Logging in to ROSA..."
41
# Load .env file if it exists
42
ENV_FILE="${SCRIPT_DIR}/../.env"
43
if [ -f "${ENV_FILE}" ]; then
44
+ # shellcheck source=/dev/null
45
source "${ENV_FILE}"
46
fi
47
0 commit comments