Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit ffb37b0

Browse files
committed
chore(tests): clean up circleci config
closes #5191
1 parent 5d8da04 commit ffb37b0

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.circleci/config.yml

-22
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,6 @@ jobs:
1010
steps:
1111
- checkout
1212

13-
- run:
14-
name: Install Dependencies
15-
command: |
16-
sudo apt-get update
17-
sudo apt-get install python-pip tcpdump
18-
19-
# Have to update firefox, default is ESR.
20-
sudo pip install --upgrade pip
21-
sudo pip install mozdownload mozinstall
22-
mozdownload --version latest --destination firefox.tar.bz2
23-
mozinstall firefox.tar.bz2
24-
sudo cp -R firefox/* /opt/firefox/
25-
26-
# Latest chrome is already installed in the default container.
27-
# curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
28-
# sudo dpkg -i google-chrome.deb
29-
# sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
30-
# rm google-chrome.deb
31-
32-
- restore_cache:
33-
key: node_modules-{{ .Branch }}-{{ checksum "package-lock.json" }}
34-
3513
- run: google-chrome --version
3614

3715
- run:

0 commit comments

Comments
 (0)