diff --git a/Dockerfile b/Dockerfile index 2d92a5f6..26fb085c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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()" diff --git a/docker/entrypoint_check.sh b/docker/entrypoint_check.sh index 8ff1dde2..d3523867 100755 --- a/docker/entrypoint_check.sh +++ b/docker/entrypoint_check.sh @@ -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