From dd0547a692d8cc4f974f296273607fcab1b72142 Mon Sep 17 00:00:00 2001 From: Alessandro Barbarossa Date: Wed, 11 Feb 2026 16:43:05 +0100 Subject: [PATCH] Add test echo statement to deploy.sh --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index e49d331..beb5503 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e - +echo "Just a test PR" # Default values namespace="rhdh" installation_method="" @@ -94,4 +94,4 @@ oc rollout status deployment -l 'app.kubernetes.io/instance in (redhat-developer echo " RHDH_BASE_URL : $RHDH_BASE_URL -" \ No newline at end of file +"