Skip to content

Commit

Permalink
build: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 12, 2024
1 parent 3e03509 commit eba8ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN Rscript -e "gDRstyle::installAllDeps()"

#================= Check & build package
COPY ./ /tmp/gDRutils/
COPY ./.git/ /tmp/gDRutils/.git/
COPY .git/ /tmp/gDRutils/.git/
RUN Rscript -e "gDRstyle::installLocalPackage('/tmp/gDRutils')"

#================= Clean up
Expand Down

0 comments on commit eba8ac3

Please sign in to comment.