Skip to content

Commit

Permalink
docker use GITHUB_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Sep 12, 2019
1 parent 4622cf3 commit 5e0f5c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _ignore/docker_checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ xvfb-run -a R
```r
setwd("SpaDES")
install.packages(c("devtools", "tkrplot"))

Sys.setenv(GITHUB_PAT="xxx")

library(devtools)
install_dev_deps()
check(args = c("--as-cran"))
Expand All @@ -27,6 +30,9 @@ xvfb-run -a R
```r
setwd("SpaDES")
install.packages(c("devtools", "tkrplot"))

Sys.setenv(GITHUB_PAT="xxx")

library(devtools)
install_dev_deps()
check(args = c("--as-cran"))
Expand All @@ -42,6 +48,9 @@ docker run -it --rm -v ~/GitHub/PredictiveEcology/SpaDES:/SpaDES rocker/drd
```r
setwd("SpaDES")
install.packages("devtools")

Sys.setenv(GITHUB_PAT="xxx")

library(devtools)
install_dev_deps()
check(args = c("--as-cran"))
Expand Down

0 comments on commit 5e0f5c0

Please sign in to comment.