Compare commits
No commits in common. "d2ebddf4735d5add1cb75e1f6eeb36476cb844d0" and "728e429979528e669101fc3e6b60ae40d5cae286" have entirely different histories.
d2ebddf473
...
728e429979
@ -3,6 +3,7 @@ LICENSE
|
||||
*.log
|
||||
README.md
|
||||
requirements.txt
|
||||
test_*
|
||||
Dockerfile
|
||||
*docker-test*
|
||||
*.log
|
||||
|
29
.drone.yml
29
.drone.yml
@ -1,5 +1,6 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
@ -15,9 +16,6 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: docker-test
|
||||
image: plugins/docker
|
||||
settings:
|
||||
@ -32,28 +30,3 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- dev*
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-main
|
||||
image: git.jbranan.com/jblu/qbit-maid:latest
|
||||
commands:
|
||||
- python test_qbitmaid.py
|
||||
- python test_dragnet.py
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-dev
|
||||
image: git.jbranan.com/jblu/qbit-maid:dev
|
||||
commands:
|
||||
- python test_qbitmaid.py
|
||||
- python test_dragnet.py
|
||||
when:
|
||||
branch:
|
||||
- dev*
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
Loading…
x
Reference in New Issue
Block a user