Skip to content

Commit

Permalink
Oh yeah, needs root now
Browse files Browse the repository at this point in the history
  • Loading branch information
kormat committed Nov 13, 2018
1 parent 88cf692 commit afb446d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- checkout
- run:
name: Update docker
command: ./tools/install_docker
command: sudo apt-get update && sudo ./tools/install_docker
- run:
name: Pull and tag scion_base image
command: ./tools/ci/prepare_image d1706fb3c9c8eacdc9a91ddeac7c3ac1ad815fe43fc81bd50a280b3738ce7569
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- checkout
- run:
name: Update docker
command: ./tools/install_docker
command: sudo apt-get update && sudo ./tools/install_docker
- run:
name: Build base
command: ./docker.sh base
Expand Down

0 comments on commit afb446d

Please sign in to comment.