Skip to content

Commit

Permalink
Making changes to fix chrome install
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole committed Sep 1, 2021
1 parent aeb61aa commit c46eb23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
name: Install Chrome
command: |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get -y install google-chrome-stable
# sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt update -y
sudo apt -y install google-chrome-stable
- run:
name: Load config into solr
command: |
Expand Down

0 comments on commit c46eb23

Please sign in to comment.