]> Untitled Git - lemmy.git/commitdiff
execute with bash
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 17:22:47 +0000 (18:22 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 17:23:04 +0000 (18:23 +0100)
.drone.yml

index 0723e4b4a9e28869d62670eaf451e909db12f6f4..923a5c7666b6b2b5f959719ecaf0816e8a1a18eb 100644 (file)
@@ -75,6 +75,10 @@ steps:
         path: /dieselcli
     commands:
       - cargo build
+    # just to disable this temporarily
+    when:
+      ref:
+        - refs/tags/*
 
   - name: run federation tests
     image: node:15-alpine3.12
@@ -83,7 +87,7 @@ steps:
       - ls -la
       - cd api_tests/
       - ls -la
-      - ./prepare-drone-federation-test.sh
+      - bash prepare-drone-federation-test.sh
       - yarn
       - yarn api-test