Skip to content

Commit

Permalink
test drone TheHive-Project#2
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 16, 2018
1 parent e046fc0 commit b66ac0a
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
pipeline:
backend:
image: scalacenter/scala:1.3
commands:
- sbt compile
kind: pipeline
name: default
workspace:
base: /home/user
path: /

steps:
- name: restore-cache
image: drillster/drone-volume-cache
restore: true
mount:
- .sbt
- .ivy2
volumes:
- /opt/drone/cache:/cache

- name: build
image: tooom/docker-scala-node
commands: sbt clean stage

- name: restore-cache
image: drillster/drone-volume-cache
rebuild: true
mount:
- .sbt
- .ivy2
volumes:
- /opt/drone/cache:/cache

0 comments on commit b66ac0a

Please sign in to comment.