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
|
||||
image: cgrates-integration
|
||||
commands:
|
||||
- docker-entrypoint.sh
|
||||
# - docker-entrypoint.sh
|
||||
- ./test.sh
|
||||
- name: notify
|
||||
pull: never
|
||||
image: trial97/drone-email
|
||||
settings:
|
||||
from: cgrates.test01@gmail.com
|
||||
credentials:
|
||||
from_secret: credentials
|
||||
token:
|
||||
from_secret: token
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
# - name: notify
|
||||
# pull: never
|
||||
# image: trial97/drone-email
|
||||
# settings:
|
||||
# from: cgrates.test01@gmail.com
|
||||
# credentials:
|
||||
# from_secret: credentials
|
||||
# token:
|
||||
# from_secret: token
|
||||
# when:
|
||||
# status: [ changed, failure ]
|
||||
|
||||
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user