Skip to content

Commit 4cef005

Browse files
committed
put 'orgmetrics-config' in cloned repo dir [docker build]
1 parent 96246d6 commit 4cef005

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.207
3+
Version: 0.1.2.208
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.207",
11+
"version": "0.1.2.208",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ echo "GITHUB_TOKEN='$GITHUB_TOKEN'" > ~/.Renviron \
1010
&& chmod 600 ~/.git-credentials \
1111
&& git clone "$GIT_REMOTE_URL" repo
1212

13+
echo "Extracting data for all repos in 'packages.json' ..."
14+
cd /repo
1315
# Write 'orgmetrics-config.yaml' with the 2 required params:
1416
cat > orgmetrics-config.yaml << 'EOF'
1517
orgmetrics:
1618
aggregation_period: $AGGREGATION_PERIOD
1719
dashboard_title: "$DASHBOARD_TITLE"
1820
EOF
1921

20-
echo "Extracting data for all repos in 'packages.json' ..."
21-
cd /repo
2222
Rscript -e 'orgmetrics::orgmetrics_deploy_r_univ()'
2323

2424
if [ ! -d "quarto" ]; then

0 commit comments

Comments
 (0)