Skip to content

Commit 0963ed8

Browse files
committed
fix orgmetrics-config.yaml construction in entrypoint.sh [docker build]
1 parent 4cef005 commit 0963ed8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: orgmetrics
22
Title: Metrics for Your GitHub Organization
3-
Version: 0.1.2.208
3+
Version: 0.1.2.209
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/orgmetrics",
99
"issueTracker": "https://github.com/ropensci-review-tools/orgmetrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.2.208",
11+
"version": "0.1.2.209",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ echo "GITHUB_TOKEN='$GITHUB_TOKEN'" > ~/.Renviron \
1313
echo "Extracting data for all repos in 'packages.json' ..."
1414
cd /repo
1515
# Write 'orgmetrics-config.yaml' with the 2 required params:
16-
cat > orgmetrics-config.yaml << 'EOF'
16+
cat > orgmetrics-config.yaml << EOF
1717
orgmetrics:
1818
aggregation_period: $AGGREGATION_PERIOD
19-
dashboard_title: "$DASHBOARD_TITLE"
19+
title: "$DASHBOARD_TITLE"
2020
EOF
2121

2222
Rscript -e 'orgmetrics::orgmetrics_deploy_r_univ()'

0 commit comments

Comments
 (0)