From 8cd9f04febb6dd8a638c9ebc52a29381eea54b4d Mon Sep 17 00:00:00 2001 From: Gunnar Kudrjavets Date: Thu, 23 Jun 2016 12:08:44 -0700 Subject: [PATCH] Test change to verify new commit detection --- 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 20e4fc15f..5e6c7e448 100755 --- a/build_tools/cont_integration.sh +++ b/build_tools/cont_integration.sh @@ -17,6 +17,9 @@ function log_err { log "ERROR: $@ Error code: $?." } +function update_repo_status { +} + # # Execution starts here. #