File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ elixir:
7
7
8
8
install :
9
9
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
10
- - tar xzf mongodb-linux-x86_64-${MONGODB}.tgz
11
- - ${PWD}/mongodb-linux-x86_64-${MONGODB} /bin/mongod --version
10
+ - tar xzf mongodb-linux-x86_64-${MONGODB}.tgz -C ${PWD}/mongodb
11
+ - ${PWD}/mongodb/bin/mongod --version
12
12
13
13
before_script :
14
- - export PATH=${PWD}/mongodb-linux-x86_64-${MONGODB} /bin/:$PATH
14
+ - export PATH=${PWD}/mongodb/bin/:$PATH
15
15
- bash ./start_mongo.bash
16
- - mkdir ${PWD}/mongodb-linux-x86_64-${MONGODB} /data
17
- - ${PWD}/mongodb-linux-x86_64-${MONGODB} /bin/mongod --dbpath ${PWD}/mongodb-linux-x86_64-${MONGODB} /data --logpath ${PWD}/mongodb-linux-x86_64-${MONGODB} /mongodb.log --fork
16
+ - mkdir ${PWD}/mongodb/data
17
+ - ${PWD}/mongodb/bin/mongod --dbpath ${PWD}/mongodb/data --logpath ${PWD}/mongodb/mongodb.log --fork
18
18
19
19
script :
20
20
- mix local.hex --force
You can’t perform that action at this time.
0 commit comments