changed drone
This commit is contained in:
parent
4cfb4a88c1
commit
ce5ae0261c
12
.drone.yml
12
.drone.yml
@ -4,12 +4,12 @@ steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.jbranan.com
|
||||
registry: git.jonb.io
|
||||
dry_run: false
|
||||
username: jblu
|
||||
password:
|
||||
from_secret: gittea_drone
|
||||
repo: git.jbranan.com/jblu/qbit-maid
|
||||
repo: git.jonb.io/jblu/qbit-maid
|
||||
tags:
|
||||
- latest
|
||||
when:
|
||||
@ -21,12 +21,12 @@ steps:
|
||||
- name: docker-test
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.jbranan.com
|
||||
registry: git.jonb.io
|
||||
dry_run: false
|
||||
username: jblu
|
||||
password:
|
||||
from_secret: gittea_drone
|
||||
repo: git.jbranan.com/jblu/qbit-maid
|
||||
repo: git.jonb.io/jblu/qbit-maid
|
||||
tags:
|
||||
- dev
|
||||
when:
|
||||
@ -36,7 +36,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-main
|
||||
image: git.jbranan.com/jblu/qbit-maid:latest
|
||||
image: git.jonb.io/jblu/qbit-maid:latest
|
||||
commands:
|
||||
- python test_qbitmaid.py
|
||||
- python test_dragnet.py
|
||||
@ -47,7 +47,7 @@ steps:
|
||||
- push
|
||||
- pull_request
|
||||
- name: test-dev
|
||||
image: git.jbranan.com/jblu/qbit-maid:dev
|
||||
image: git.jonb.io/jblu/qbit-maid:dev
|
||||
commands:
|
||||
- python test_qbitmaid.py
|
||||
- python test_dragnet.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user