From 8a4ee7e90b510042d5619739008670cf98dec892 Mon Sep 17 00:00:00 2001 From: Gunnar Kudrjavets Date: Thu, 23 Jun 2016 11:52:31 -0700 Subject: [PATCH] Trivial change to test cont. build --- build_tools/cont_integration.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_tools/cont_integration.sh b/build_tools/cont_integration.sh index a7a74a5f0..20e4fc15f 100755 --- a/build_tools/cont_integration.sh +++ b/build_tools/cont_integration.sh @@ -30,6 +30,9 @@ PREV_COMMIT= log "Starting to monitor for new RocksDB changes ..." log "Running under `pwd` as `whoami`." +git remote -v +git status + # Paranoia. Make sure that we're using the right branch. git checkout master