We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633b987 commit 2dae391Copy full SHA for 2dae391
.kokoro/presubmit/downstream-build.sh
@@ -18,7 +18,7 @@ set -eo pipefail
18
## Get the directory of the build script
19
scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
20
## cd to the parent directory, i.e. the root of the git repo
21
-cd "${scriptDir}/.."
+cd "${scriptDir}/../.."
22
23
if [ -z "${MODULES_UNDER_TEST}" ]; then
24
echo "MODULES_UNDER_TEST must be set to run downstream-build.sh"
@@ -27,7 +27,7 @@ fi
27
28
# Use GCP Maven Mirror
29
mkdir -p "${HOME}/.m2"
30
-cp .kokoro/settings.xml "${HOME}/.m2"
+cp settings.xml "${HOME}/.m2"
31
32
### Round 1
33
# Publish this repo's modules to local maven to make them available for downstream libraries
.kokoro/settings.xml renamed to settings.xml
0 commit comments