Skip to content

Commit

Permalink
update drone for building package release
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettk committed Jan 8, 2024
1 parent c57f6d5 commit a311e37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ steps:
- git config --global user.email drone@metrumrg.com
- git config --global user.name Drony
- git fetch --tags
# clone nmrec from main branch for building package
- git clone --depth 1 https://github.com/metrumresearchgroup/nmrec.git /tmp/nmrec
- R -s -e 'devtools::install("/tmp/nmrec", upgrade = "never")'
- R -s -e 'pkgpub::create_tagged_repo(.dir = '"'"'/ephemeral'"'"')'
environment:
BBI_EXE_PATH: /ephemeral/bbi
Expand Down

0 comments on commit a311e37

Please sign in to comment.