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