add --unsafe-perm parameter

pull/1532/head
Ayrat Badykov 6 years ago
parent 8335868d28
commit a7de6114c6
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 10
      .circleci/config.yml

@ -14,7 +14,7 @@ jobs:
working_directory: ~/app
steps:
- run: sudo npm install -g phantomjs-prebuilt
- run: sudo npm install -g phantomjs-prebuilt --unsafe-perm
- run: sudo apt-get update; sudo apt-get -y install autoconf build-essential libgmp3-dev libtool
- checkout
@ -357,7 +357,7 @@ jobs:
steps:
- attach_workspace:
at: .
- run: sudo npm install -g phantomjs-prebuilt
- run: sudo npm install -g phantomjs-prebuilt --unsafe-perm
- run: mix local.hex --force
- run: mix local.rebar --force
@ -409,7 +409,7 @@ jobs:
- attach_workspace:
at: .
- run: sudo npm install -g phantomjs-prebuilt
- run: sudo npm install -g phantomjs-prebuilt --unsafe-perm
- run: mix local.hex --force
- run: mix local.rebar --force
@ -460,7 +460,7 @@ jobs:
- attach_workspace:
at: .
- run: sudo npm install -g phantomjs-prebuilt
- run: sudo npm install -g phantomjs-prebuilt --unsafe-perm
- run: mix local.hex --force
- run: mix local.rebar --force
@ -511,7 +511,7 @@ jobs:
- attach_workspace:
at: .
- run: sudo npm install -g phantomjs-prebuilt
- run: sudo npm install -g phantomjs-prebuilt --unsafe-perm
- run: mix local.hex --force
- run: mix local.rebar --force

Loading…
Cancel
Save