Skip to content

Commit

Permalink
Hotfix pipeline sqlserver (#712)
Browse files Browse the repository at this point in the history
* make tag for v0.27.0

* add retry

* revert tag rc1

* hotfix pipeline
  • Loading branch information
Yunxe authored and rhoninl committed Sep 27, 2023
1 parent 4d3e714 commit 1c40d7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/telemetryservice/sqlserver/checkoutput.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ for retry in $(seq 1 $MAX_RETRIES); do
echo "Database connection successful"
break
elif [[ $i -eq 50 ]]; then
echo "Max retries reached. Exiting script."
exit 1
else
echo "connection failed, try again"
sleep 5
fi
done
Expand Down

0 comments on commit 1c40d7e

Please sign in to comment.