Skip to content

Commit

Permalink
Deleting files that are not on GitHub to make GoB a mirror of GitHub.
Browse files Browse the repository at this point in the history
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 <[email protected]>
GitOrigin-RevId: e8463a41307fa0e81a8334cad4708dcc5316ed80
  • Loading branch information
thaidn committed Feb 28, 2018
1 parent 488e6fb commit ffbbcfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion kokoro/continuous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions kokoro/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffbbcfc

Please sign in to comment.