mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Testing Drone CI running unit tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
40d56f2781
commit
4472685065
24
.drone.yml
24
.drone.yml
@@ -10,19 +10,19 @@ steps:
|
|||||||
pull: never
|
pull: never
|
||||||
image: cgrates-integration
|
image: cgrates-integration
|
||||||
commands:
|
commands:
|
||||||
- docker-entrypoint.sh
|
# - docker-entrypoint.sh
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
- name: notify
|
# - name: notify
|
||||||
pull: never
|
# pull: never
|
||||||
image: trial97/drone-email
|
# image: trial97/drone-email
|
||||||
settings:
|
# settings:
|
||||||
from: cgrates.test01@gmail.com
|
# from: cgrates.test01@gmail.com
|
||||||
credentials:
|
# credentials:
|
||||||
from_secret: credentials
|
# from_secret: credentials
|
||||||
token:
|
# token:
|
||||||
from_secret: token
|
# from_secret: token
|
||||||
when:
|
# when:
|
||||||
status: [ changed, failure ]
|
# status: [ changed, failure ]
|
||||||
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|||||||
Reference in New Issue
Block a user