Browse Source

drone?

main
Stian Fredrik Aune 2 years ago
parent
commit
9734c5264c
  1. 11
      .drone.yml
  2. 2
      .gitignore

11
.drone.yml

@ -0,0 +1,11 @@
---
name: ykonsole-build
kind: pipeline
type: docker
steps:
- name: jvm-build
image: alpine:latest
commands:
- echo "Test me"
when: manual

2
.gitignore

@ -1,4 +1,4 @@
.idea/
*/target/
.env
*.iml
*.iml
Loading…
Cancel
Save