Compare commits

..

No commits in common. "d2ebddf4735d5add1cb75e1f6eeb36476cb844d0" and "728e429979528e669101fc3e6b60ae40d5cae286" have entirely different histories.

2 changed files with 3 additions and 29 deletions

View File

@ -3,6 +3,7 @@ LICENSE
*.log *.log
README.md README.md
requirements.txt requirements.txt
test_*
Dockerfile Dockerfile
*docker-test* *docker-test*
*.log *.log

View File

@ -1,5 +1,6 @@
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
@ -15,9 +16,6 @@ steps:
when: when:
branch: branch:
- main - main
event:
- push
- pull_request
- name: docker-test - name: docker-test
image: plugins/docker image: plugins/docker
settings: settings:
@ -32,28 +30,3 @@ steps:
when: when:
branch: branch:
- dev* - 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