Skip to content

Commit

Permalink
Testing commit message 07-05 4:51pm
Browse files Browse the repository at this point in the history
Signed-off-by: bado <zondervan.v.calvez@accenture.com>
  • Loading branch information
zondervancalvez committed Jul 5, 2024
1 parent b52cdad commit ae845b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
# compare commit messages and pr description line by line
for i in "${!lines1[@]}"; do
echo "FOR LOOP 1"
for y in "${!lines2[@]}"; do
echo "FOR LOOP 2"
if [[ "${lines1[i]}" == "${lines2[y]}" ]]; then
echo "****CHECKING**** ${lines1[i]} \n ${lines2[y]}"
echo "Match found at line $((i+1)) of updated PR description: ${updated_pr[i]}"
Expand Down

0 comments on commit ae845b7

Please sign in to comment.