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

Commit 9aec32d

Browse files
committed
Updating CI files
This commit updates all CI scripts to the latest version
1 parent 3daca93 commit 9aec32d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ci/Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
javascript()

circle.yml

-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ dependencies:
1010
pre:
1111
- google-chrome --version
1212
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
13-
- for v in $(curl http://archive.ubuntu.com/ubuntu/pool/main/n/nss/ | grep "href=" | grep "libnss3.*deb\"" -o | grep -o "libnss3.*deb" | grep "3.28" | grep "14.04"); do curl -L -o $v http://archive.ubuntu.com/ubuntu/pool/main/n/nss/$v; done && rm libnss3-tools*_i386.deb libnss3-dev*_i386.deb
1413
- sudo dpkg -i google-chrome.deb || true
15-
- sudo dpkg -i libnss3*.deb || true
1614
- sudo apt-get update
17-
- sudo apt-get install -f || true
18-
- sudo dpkg -i libnss3*.deb
1915
- sudo apt-get install -f
2016
- sudo apt-get install --only-upgrade lsb-base
2117
- sudo dpkg -i google-chrome.deb

0 commit comments

Comments
 (0)