We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc732b3 commit 3eadebfCopy full SHA for 3eadebf
blackduck/couchbase-server/get_additional_source.sh
@@ -100,6 +100,13 @@ for dir in gen/nftp/client evaluator/impl/gen/parser evaluator/impl/v8wrapper/pr
100
touch goproj/src/github.com/couchbase/eventing-ee/${dir}/foo.go
101
done
102
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
+
110
# Ensure all go.mod files are fully tidied
111
cd "${WORKSPACE}/src"
112
init_checksum=$(repo diff -u | sha256sum)
0 commit comments