From ffbbcfc1512a9adaae9956aecc16d34b2afc5c65 Mon Sep 17 00:00:00 2001 From: Thai Duong Date: Tue, 27 Feb 2018 17:35:14 -0800 Subject: [PATCH] Deleting files that are not on GitHub to make GoB a mirror of GitHub. This makes migrating changes between GitHub and GoB easier. The copybara script is being moved to Piper, and nobody is actually using the other script. Change-Id: I876e0ff90995e7d49fa97d57b86aee5d2e66b14a ORIGINAL_AUTHOR=Thai Duong GitOrigin-RevId: e8463a41307fa0e81a8334cad4708dcc5316ed80 --- kokoro/continuous.sh | 3 ++- kokoro/presubmit.sh | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kokoro/continuous.sh b/kokoro/continuous.sh index 982b7bb9ca..8b702a7475 100755 --- a/kokoro/continuous.sh +++ b/kokoro/continuous.sh @@ -21,7 +21,8 @@ set -e # Display commands to stderr. set -x -cd github/tink/ +# Change to repo root +cd git*/tink source ./kokoro/run_tests.sh diff --git a/kokoro/presubmit.sh b/kokoro/presubmit.sh index f4f8daad57..7a017c176c 100755 --- a/kokoro/presubmit.sh +++ b/kokoro/presubmit.sh @@ -21,6 +21,7 @@ set -e # Display commands to stderr. set -x -cd github/tink/ +# Change to repo root +cd git*/tink -source ./kokoro/run_tests.sh +./kokoro/run_tests.sh