File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
sudo : required
5
5
env :
6
+ - >
7
+ DISTRIBUTION=ubuntu-upstart
8
+ DIST_VERSION=14.04
9
+ MONGODB_VERSION=3.4
6
10
- >
7
11
DISTRIBUTION=ubuntu-upstart
8
12
DIST_VERSION=14.04
15
19
DISTRIBUTION=ubuntu-upstart
16
20
DIST_VERSION=14.04
17
21
MONGODB_VERSION=2.6
22
+ - >
23
+ DISTRIBUTION=ubuntu-upstart
24
+ DIST_VERSION=12.04-builded
25
+ MONGODB_VERSION=3.4
18
26
- >
19
27
DISTRIBUTION=ubuntu-upstart
20
28
DIST_VERSION=12.04-builded
@@ -82,7 +90,7 @@ before_install:
82
90
sudo docker build --rm=true --file=tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION}
83
91
--tag ${DISTRIBUTION}:${DIST_VERSION} tests; else sudo docker pull ${DISTRIBUTION}:${DIST_VERSION}; fi
84
92
- sudo ln -s ${PWD} /etc/ansible/roles/greendayonfire.mongodb
85
-
93
+
86
94
script :
87
95
# Test 1
88
96
- >
You can’t perform that action at this time.
0 commit comments