]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Test public artifacts public_artifacts
authorAndrey Volk <andywolk@gmail.com>
Tue, 4 Feb 2020 21:29:57 +0000 (01:29 +0400)
committerAndrey Volk <andywolk@gmail.com>
Tue, 4 Feb 2020 21:29:57 +0000 (01:29 +0400)
.drone.yml
tests/unit/switch_xml.c

index 55436db387328aa46bceb30db1c9fa306a8324bc..fe3a0e1d1283d47934555042fb58c8dbd8e45264 100644 (file)
@@ -32,13 +32,13 @@ steps:
       - cd logs && ls -la
 
     - name: notify
-      image: signalwire/unit-tests-notify
+      image: signalwire/public-unit-tests-notify
       pull: true
       environment:
         GITHUB_CI_APP_PEM:
           from_secret: github_ci_app_pem
         SSH_KEY:
-          from_secret: ssh_key
+          from_secret: artifacts_ssh_key
         SLACK_WEBHOOK_URL:
           from_secret: slack_webhook_url
       commands:
@@ -46,12 +46,12 @@ steps:
       
 trigger:
   branch:
-  - master
+  - public_artifacts
   event:
   - pull_request
   - push
 ---
 kind: signature
-hmac: 55dc56b2c540a026a1d81df52be401ce67a76ecec12e8f36802c29314142b21e
+hmac: 856c5ccd1750d348c6c9c15eabea710ac703b8f20fd49802652f7fd5b8165686
 
 ...
index 5bdfb6def5f17835855d59ff84be8e415499b264..a426fdaea7ebf66e906ec2bec7de822ddf1e68c2 100644 (file)
@@ -54,6 +54,7 @@ FST_MINCORE_BEGIN("./conf")
                        switch_xml_t xml = switch_xml_parse_str_dynamic((char *)text, SWITCH_TRUE);
 
                        fst_requires(xml);
+abort();
                        fst_check(xml->flags & SWITCH_XML_CDATA);
                        switch_xml_free(xml);