Skip to content

Commit

Permalink
fix: corrects call of remotes::install_github
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Nov 27, 2024
1 parent 41906ea commit d2445ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/rdsc_headless_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ ARG GITHUB_PAT
# Install the stuff, where I participate:
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqastats.git', ref = 'master')"
# RUN R -q -e "devtools::install_git(url = 'https://gitlab.miracum.org/miracum/dqa/dqagui.git', ref = 'master')"
RUN R -q -e "remotes::install_git(repo = 'miracum/dqa-miracumdqa', ref = 'master'); \
RUN R -q -e "remotes::install_github(repo = 'miracum/dqa-miracumdqa', ref = 'master'); \
remotes::install_github(repo = 'miracum/misc-dizutils', ref = 'development'); \
# remotes::install_github(repo = 'miracum/misc-diztools', ref = 'dev'); \
# remotes::install_github(repo = 'joundso/mainzelliste-connector', ref = 'development'); \
Expand Down

0 comments on commit d2445ed

Please sign in to comment.