From 04d94d3ed76d0baff588af5f389fe3df834d6430 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 3 Jan 2018 18:40:42 +0000 Subject: [PATCH] bin/nb-update --- bin/nb-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nb-update b/bin/nb-update index f88f8724..afc8c20d 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -95,7 +95,7 @@ for repo in $(nb_repos); do key="repo.$name.$branch" nb_api_post_host_info "key=${key}.path" "val=$repo" nb_api_post_host_info "key=${key}.exit_code" "val=$ex" - nb_api_post_host_info "key=${key}.last_commit" val=$(cd "$repo" && git log | head -1 | awk '/^commit/ { print $2; exit; }') + #nb_api_post_host_info "key=${key}.last_commit" val=$(cd "$repo" && git log | head -1 | awk '/^commit/ { print $2; exit; }') done -- 2.47.3