File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 55 apt :
66 packages :
77 - gdb
8+ - libcurl3
9+ - libgssapi-krb5-2
10+ - libkrb5-dbg
11+ - libldap-2.4-2
12+ - libpcap0.8
13+ - libsasl2-2
14+ - snmp
15+ - openssl
816
917cache :
1018 directories :
1725 - DRIVER_VERSION=1.7.0
1826 # TODO: remove once a 1.7 driver release has been tagged
1927 - DRIVER_BRANCH="master"
20- - SERVER_DISTRO=ubuntu1604
28+ - SERVER_DISTRO=enterprise- ubuntu1604
2129 - SERVER_VERSION=4.2.0
2230 - DEPLOYMENT=STANDALONE
2331 - COMPOSER_OPTIONS=
6573 php : " 7.0"
6674 dist : trusty
6775 env :
68- - SERVER_DISTRO=ubuntu1404
76+ - SERVER_DISTRO=enterprise- ubuntu1404
6977 - SERVER_VERSION=3.0.15
7078 - DEPLOYMENT=STANDALONE_OLD
7179 - stage : Test
@@ -131,7 +139,7 @@ jobs:
131139before_install :
132140 - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
133141 - export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
134- - wget -qO- http ://fastdl .mongodb.org /linux/${SERVER_FILENAME}.tgz | tar xz
142+ - wget -qO- https ://downloads .mongodb.com /linux/${SERVER_FILENAME}.tgz | tar xz
135143 - export PATH=${PWD}/${SERVER_FILENAME}/bin:${PATH}
136144 - mongod --version
137145 - mongo-orchestration --version
You can’t perform that action at this time.
0 commit comments