mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 22:19:42 +00:00
Compare commits
No commits in common. "1dd644bf2e0f86bbba375fdbcc598d8b6a3a7562" and "195a007e85c687c56c22efb0f2abb02904f32b49" have entirely different histories.
1dd644bf2e
...
195a007e85
1 changed files with 1 additions and 19 deletions
20
.drone.yml
20
.drone.yml
|
|
@ -1,5 +1,5 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: test
|
name: default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: couchdb
|
- name: couchdb
|
||||||
|
|
@ -27,21 +27,3 @@ steps:
|
||||||
# Upload coverage report
|
# Upload coverage report
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov
|
- codecov
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: publish
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: docker
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
auto_tag: true
|
|
||||||
username:
|
|
||||||
from_secret: DOCKER_USERNAME
|
|
||||||
password:
|
|
||||||
from_secret: DOCKER_PASSWORD
|
|
||||||
repo: shouptech/humulus
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- test
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue