From 834300acb45f7671e39f32f783c3e1f8cbe2bebc Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 1 Jul 2018 19:21:14 +0200 Subject: [PATCH] Build system: Fix cloc statistics generation --- .build/deploy-release.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.build/deploy-release.sh b/.build/deploy-release.sh index 137d92e..c105d19 100755 --- a/.build/deploy-release.sh +++ b/.build/deploy-release.sh @@ -103,7 +103,9 @@ if [ "$VERSION_STABILITY" == "stable" ]; then # update cloc statistics if [ "$DEPLOY_CLOC_STATS" == "true" ]; then - update-cloc-stats.sh "$PICO_DEPLOY_DIR/_data/cloc.yml" + update-cloc-stats.sh \ + "$PICO_PROJECT_DIR" \ + "$PICO_DEPLOY_DIR/_data/cloc.yml" # commit cloc statistics github-commit.sh \