Fix paths for multistrap-release builds
Change-Id: Idfeaab6075ef9cbc5a1daa659bfe3ddd934409ee
diff --git a/kokoro/chef.cfg b/kokoro/chef.cfg
index bb2bb70..57aee39 100644
--- a/kokoro/chef.cfg
+++ b/kokoro/chef.cfg
@@ -1 +1 @@
-build_file: "continuous-build/build/kokoro/multistrap-release.sh"
+build_file: "git/build/kokoro/multistrap-release.sh"
diff --git a/kokoro/multistrap-release.sh b/kokoro/multistrap-release.sh
index 6cdef57..802c853 100644
--- a/kokoro/multistrap-release.sh
+++ b/kokoro/multistrap-release.sh
@@ -3,12 +3,8 @@
set -e
set -x
-# Symlink the Makefile, like it would be if repo checked this out.
-# Otherwise, sourcing setup.sh doesn't work as expected.
-ln -sfr git/continuous-build/build/Makefile git/continuous-build/Makefile
-
# Sourcing this only works in the directory above build...
-pushd git/continuous-build
+pushd git
source build/setup.sh
popd