There was an error while loading. Please reload this page.
1 parent e4842a3 commit 2eb8fc3Copy full SHA for 2eb8fc3
1 file changed
jenkins/build.sh
@@ -11,11 +11,14 @@ declare -A upstreamRev
11
upstreamRev[opm-common]=master
12
upstreamRev[opm-grid]=master
13
14
+echo "we are here!!!"
15
+
16
if grep -q "opm-common=" <<< $ghprbCommentBody
17
then
18
if test -n "$absolute_revisions"
19
- 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]}"
22
else
23
upstreamRev[opm-common]=pull/$(echo $ghprbCommentBody | sed -r 's/.*opm-common=([0-9]+).*/\1/g')/merge
24
fi
0 commit comments