Skip to content

Commit

Permalink
-p flag to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothée Poisot committed Feb 8, 2016
1 parent 170d208 commit 371f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test:
script:
- mkdir ~/R_libs
- mkdir -p ~/R_libs
- export R_LIBS="/home/$USER/R_libs"
- Rscript -e "install.packages('devtools', repos='http://cran.rstudio.com')"
- make test
Expand Down

0 comments on commit 371f56f

Please sign in to comment.