Skip to content

Commit

Permalink
testing post Dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
avinci committed Dec 16, 2015
1 parent 126265a commit cd11590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM drydock/u12nod:prod

RUN mkdir -p /tmp/logs
10 changes: 5 additions & 5 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ install:
- source ~/.nvm/nvm.sh && nvm install 0.12
- node --version
- npm install
- . installMongo.sh
- cat /etc/mongod.conf
- sudo mongod --smallfiles &
- sleep 15
- mongo --eval 'db.collection.find()'
# - . installMongo.sh
# - cat /etc/mongod.conf
# - sudo mongod --smallfiles &
# - sleep 15
# - mongo --eval 'db.collection.find()'

# Create directories for test and coverage reports
before_script:
Expand Down

0 comments on commit cd11590

Please sign in to comment.