Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jan 26, 2021
1 parent 6424427 commit d86efa9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ jobs:
executor: bionic
steps:
- checkout
- run:
name: install docker
command: |
sudo apt-get update -q
sudo apt-get install -q -y docker.io
- setup_remote_docker:
version: 19.03.13
- run:
Expand All @@ -181,8 +176,8 @@ jobs:
sudo apt-get update -q
sudo apt-get install -q -y curl gnupg
- run: curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
- run: mv bazel.gpg /etc/apt/trusted.gpg.d/
- run: echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list
- run: sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
- run: echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
- run:
name: install pip
command: sudo apt-get install -q -y python3-pip
Expand Down

0 comments on commit d86efa9

Please sign in to comment.