Skip to content

Commit

Permalink
added github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tope Emmanuel committed Oct 3, 2023
1 parent 9e41709 commit 629ea90
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
jq -r '.items[] | select(.metadata.name | startswith("get-school-experience-review-pr")) | .metadata.name, .spec.rules[0].http.paths[0].backend.service.name'))
for ((i = 0; i < ${#INGS[@]}; i += 2)); do
current="${INGS[i]}"
backend_service="${INGS[i + 1]}"
echo "Name: ${current}"
echo "Backend Service: ${backend_service}
current="${INGS[i]}"
backend_service="${INGS[i + 1]}"
echo "Name: ${current}"
echo "Backend Service: ${backend_service}"
done

0 comments on commit 629ea90

Please sign in to comment.