Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity committed Apr 27, 2022
1 parent 6697a66 commit 0ac7193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_dependent_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ Both cases can be solved by merging master into $repo#$pr_number.
declare -A companion_branch_override
companion_branch_override=()
detect_companion_branch_override() {
echo "debug consider line ${BASH_REMATCH[1]} ${BASH_REMATCH[2]}"
local line="$1"
echo "debug consider line $line"
if [[ "$line" =~ ^[[:space:]]*([^[:space:]]+)[[:space:]]+companion[[:space:]]+branch:[[:space:]]*([^[:space:]]+) ]]; then
echo "debug line ${BASH_REMATCH[1]} ${BASH_REMATCH[2]}"
companion_branch_override["${BASH_REMATCH[1]}"]="${BASH_REMATCH[2]}"
Expand Down

0 comments on commit 0ac7193

Please sign in to comment.