Skip to content

Commit 3eadebf

Browse files
committed
Temporary hack to rewind plasma in trinity+ BD scans
Change-Id: Ib92a057bf6b23abca5ab8c34b75fbb79cfd3a91a Reviewed-on: https://review.couchbase.org/c/build-tools/+/193959 Tested-by: Chris Hillery <[email protected]> Reviewed-by: Chris Hillery <[email protected]>
1 parent bc732b3 commit 3eadebf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

blackduck/couchbase-server/get_additional_source.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ for dir in gen/nftp/client evaluator/impl/gen/parser evaluator/impl/v8wrapper/pr
100100
touch goproj/src/github.com/couchbase/eventing-ee/${dir}/foo.go
101101
done
102102

103+
# TEMPORARY: If plasma is pointing to the bad SHA, rewind
104+
pushd goproj/src/github.com/couchbase/plasma
105+
if [ $(git rev-parse HEAD) = "627239d4056939f1bcfe92faf9fbf81c9a96537b" ]; then
106+
git checkout 34d4558a9c2aa34403b0e355cb30120fc919f7e0
107+
fi
108+
popd
109+
103110
# Ensure all go.mod files are fully tidied
104111
cd "${WORKSPACE}/src"
105112
init_checksum=$(repo diff -u | sha256sum)

0 commit comments

Comments
 (0)