Skip to content

Commit 9b5f954

Browse files
committed
ci(circle): remove custom mongo
1 parent ef1aa50 commit 9b5f954

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

circle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ checkout:
1111

1212
## Customize dependencies
1313
dependencies:
14-
pre:
15-
- sudo service mongodb stop && curl -L -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1204-3.0.2.tgz && tar xvzf mongodb-linux-x86_64-ubuntu1204-3.0.2.tgz && sudo mv mongodb-linux-x86_64-ubuntu1204-3.0.2/bin/* /usr/bin/ && sudo service mongodb start
16-
1714
# we automatically cache and restore many dependencies between
1815
# builds. If you need to, you can add custom paths to cache:
1916
cache_directories:

0 commit comments

Comments
 (0)