Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Jan 3, 2017
1 parent 381026f commit 98ea484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- sudo apt-get update && sudo apt-get install -y wget
- cd $HOME/$CIRCLE_PROJECT_REPONAME && bash ./install_r.sh
- cd $HOME/$CIRCLE_PROJECT_REPONAME && sudo apt-get install -y r-base r-recommended libicu52 libcurl4-openssl-dev pandoc && R -e 'options(download.file.method = "wget"); install.packages("packrat" , repos="http://cran.us.r-project.org"); packrat::restore()'
- wget "wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb" && dpkg -i pandoc-1.19.1-1-amd64.deb
- wget "wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb" && sudo dpkg -i pandoc-1.19.1-1-amd64.deb
- docker build -t quast-evaluator .

test:
Expand Down

0 comments on commit 98ea484

Please sign in to comment.