We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1aa50 commit 9b5f954Copy full SHA for 9b5f954
circle.yml
@@ -11,9 +11,6 @@ checkout:
11
12
## Customize dependencies
13
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
-
17
# we automatically cache and restore many dependencies between
18
# builds. If you need to, you can add custom paths to cache:
19
cache_directories:
0 commit comments