Testing Drone CI running unit tests

This commit is contained in:
nickolasdaniel
2022-02-17 13:19:08 +02:00
committed by Dan Christian Bogos
parent 40d56f2781
commit 4472685065

View File

@@ -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 ]
# ---