Skip to content

Commit 2eb8fc3

Browse files
committed
s
1 parent e4842a3 commit 2eb8fc3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

jenkins/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ declare -A upstreamRev
1111
upstreamRev[opm-common]=master
1212
upstreamRev[opm-grid]=master
1313

14+
echo "we are here!!!"
15+
1416
if grep -q "opm-common=" <<< $ghprbCommentBody
1517
then
1618
if test -n "$absolute_revisions"
1719
then
18-
upstreamRev[opm-common]=$(echo $ghprbCommentBody | sed -r 's/.*opm-common=([^ ]+)/\1/g')
20+
upstreamRev[opm-common]=$(echo $ghprbCommentBody | sed -r 's/opm-common=([^ ]+)/\1/g')
21+
echo "rev is ${upstreamRev[opm-common]}"
1922
else
2023
upstreamRev[opm-common]=pull/$(echo $ghprbCommentBody | sed -r 's/.*opm-common=([0-9]+).*/\1/g')/merge
2124
fi

0 commit comments

Comments
 (0)