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 d2fde40 commit 0c96aa3Copy full SHA for 0c96aa3
.kokoro/nightly/downstream-protobuf-source-compatibility.sh
@@ -29,13 +29,6 @@ if [ -z "${PROTOBUF_RUNTIME_VERSION}" ]; then
29
exit 1
30
fi
31
32
-# Get the directory of the build script
33
-scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
34
-cd "${scriptDir}/../.." # cd to the root of this repo
35
-# common.sh lives in the presubmit folder
36
-source "$scriptDir/../presubmit/common.sh"
37
-setup_maven_mirror
38
-
39
for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
40
# Perform source-compatibility testing on main (latest changes)
41
git clone "https://github.com/googleapis/$repo.git" --depth=1
0 commit comments