Build system: Fix cloc statistics generation

pico-3.0-alpha
Daniel Rudolf 7 years ago
parent 41badc1829
commit 834300acb4
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 4
      .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 \

Loading…
Cancel
Save