Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortey committed Dec 7, 2023
1 parent ceb01eb commit e36534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/verify-keda-jobs-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ STATUS_URL="https://api.github.com/repos/kyma-project/keda-manager/commits/${REF
function verify_github_jobs_status () {
local number=1
while [[ $number -le 100 ]] ; do
echo ">--> checking keda release job status #$number"
echo ">--> checking keda job status #$number"
local STATUS=`curl -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" ${STATUS_URL} | jq -r .state `
echo "jobs status: ${STATUS:='UNKNOWN'}"
[[ "$STATUS" == "success" ]] && return 0
Expand Down

0 comments on commit e36534f

Please sign in to comment.