Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ RUN R -e "renv::consent(provided = TRUE)"
COPY renv.lock renv.lock
RUN R -e "renv::restore()"
RUN R -e "renv::install(c('reactable', 'zen4R', 'keyring'))"
RUN R -e "renv::install('yonicd/slickR@1a469961b203f9260a49b24e3ec78aef3ef54798')"
RUN R -e "renv::isolate()"


Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint_check.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -l

echo '\nGetting the code...\n'
git clone --quiet https://$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY check
git clone --quiet https://oauth2:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY check
cd check
git checkout $GITHUB_HEAD_REF
rm .Rprofile
Expand Down