Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 10, 2019
1 parent 8908d35 commit 5b89d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The webhook will trigger builds for existing jobs with a matching repository URL
We cache the package library (with dependencies) in between builds using a package-specific volume:

```
--env R_LIBS_USER=/cache -v ${BASENAME}_cache:/cache
docker run --env R_LIBS_USER=/cache -v ${BASENAME}_cache:/cache ropensci/docs .....
```

This will automatically create a volume named for example `magick_cache` containing the package library for magick builds. To wipe all the caches on the server:
Expand Down

0 comments on commit 5b89d52

Please sign in to comment.