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