File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 7
7
METEOR_ALLOW_SUPERUSER : true
8
8
steps :
9
9
- checkout
10
+ - run :
11
+ command : |
12
+ apt-get update -q -q
13
+ apt-get --yes --force-yes install wget
14
+ wget http://launchpadlibrarian.net/413897613/chromium-codecs-ffmpeg-extra_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
15
+ wget http://launchpadlibrarian.net/413897611/chromium-browser_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
16
+ wget http://launchpadlibrarian.net/413897612/chromium-chromedriver_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
17
+ dpkg -i chromium-browser_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb chromium-codecs-ffmpeg-extra_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb chromium-chromedriver_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
18
+ rm -f *.deb
10
19
- run :
11
20
command : |
12
21
git clone --recursive -b master https://github.com/meteor/meteor.git
You can’t perform that action at this time.
0 commit comments