Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
[docker] first pass at drone file
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Oct 15, 2015
1 parent 6ea19f8 commit 1a77dbe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
image: ubuntu:14.04
docker:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /usr/bin/docker:/usr/bin/docker
cache:
- /tmp/assets
script:
- ./build.sh
- mv *.deb /tmp/assets
- mv *.rpm /tmp/assets
notify:
email:
recipients:
- portertech@hw-ops.com

0 comments on commit 1a77dbe

Please sign in to comment.