Skip to content

Commit

Permalink
use ref column from pak::local_deps()
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman committed Feb 1, 2024
1 parent 220b274 commit 2f58dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ RUN Rscript -e "\
paste0('$report_url', '$report_tag'), \
paste0('$utils_url', '$utils_tag') \
); \
workflow_pkgs <- pak::local_deps(root = '$WORKFLOW_DIR')[['package']]; \
workflow_pkgs <- grep('^pacta[.]|^workflow.transition.monitor$', workflow_pkgs, value = TRUE, invert = TRUE); \
workflow_pkgs <- pak::local_deps(root = '$WORKFLOW_DIR')[['ref']]; \
workflow_pkgs <- grep('^RMI-PACTA[/]|^local::.$', workflow_pkgs, value = TRUE, invert = TRUE); \
pak::pak(c(gh_pkgs, workflow_pkgs)); \
"

Expand Down

0 comments on commit 2f58dcb

Please sign in to comment.