Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git_repo_check.R needs to be functionalized and added to ottrpal #146

Open
cansavvy opened this issue Jul 1, 2024 · 0 comments
Open

git_repo_check.R needs to be functionalized and added to ottrpal #146

cansavvy opened this issue Jul 1, 2024 · 0 comments
Assignees
Labels

Comments

@cansavvy
Copy link
Contributor

cansavvy commented Jul 1, 2024

What needs to be done:
git_repo_check.R needs to be functionalized and added to the ottrpal package (along with a unit test).

It's currently run like this in the transfer-rendered-files.yml github action.

Basically a repo is given and some creds and it just checks whether that repo exists.

Rscript --vanilla git_repo_check.R --repo "$GITHUB_REPOSITORY"  --git_pat "$GH_PAT"

This change in the ottrpal package would need to be updated in the base_ottr image
Then this job in the transfer-rendered-files.yml needs to be updated to use the base_ottr image and the new ottrpal function.

@kweav kweav self-assigned this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants