From 44726850655d08708eaadbf05312ab13196a115f Mon Sep 17 00:00:00 2001 From: nickolasdaniel Date: Thu, 17 Feb 2022 13:19:08 +0200 Subject: [PATCH] Testing Drone CI running unit tests --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 59fc2a145..b40ba2331 100644 --- a/.drone.yml +++ b/.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 ] # ---