Skip to content

Commit

Permalink
remove heroku and google chrome apt repos
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jun 9, 2020
1 parent ee26e42 commit 43b378d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- checkout
- run: sudo pkill apt-get || echo dummy
- run: apt --version
- run: ls -al /etc/apt/sources.list.d/
- run: sudo rm /etc/apt/sources.list.d/heroku.list
- run: sudo rm /etc/apt/sources.list.d/google-chrome.list
- run: sudo apt update &&
sudo apt install -y --no-install-recommends apt apt-transport-https
- run: apt --version
Expand Down

0 comments on commit 43b378d

Please sign in to comment.