]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Allow missing tools in verify-dnssec-zone
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 9 Apr 2019 12:57:17 +0000 (14:57 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 6 May 2019 09:46:50 +0000 (11:46 +0200)
.circleci/config.yml

index 3cf6c61cf036ff4261c3ffbacac4e366f6529bba..a095b698390888dd4fa5575a73d1084adf3c041e 100644 (file)
@@ -43,6 +43,9 @@ commands:
               rm jdnssec-tools-0.14.tar.gz
             fi
       - checkout-shallow
+      - run:
+          name: Allow missing tools in verify-dnssec-zone
+          command: touch regression-tests/tests/verify-dnssec-zone/allow-missing
 
   auth-regress:
     description: Run one auth regression context
@@ -265,9 +268,6 @@ jobs:
             unixodbc \
             libsqliteodbc \
             sqlite3
-      - run:
-          name: Allow missing tools in verify-dnssec-zone
-          command: touch regression-tests/tests/verify-dnssec-zone/allow-missing
       - run:
           name: Set up sqlite3 odbc testing
           command: echo 'export GODBC_SQLITE3_DSN=pdns-sqlite3-1' > ./vars
@@ -314,9 +314,6 @@ jobs:
       - run:
           name: create database
           command: echo 'create database pdns' | isql -v pdns-mssql-docker-nodb sa SAsa12%%
-      - run:
-          name: Allow missing tools in verify-dnssec-zone
-          command: touch regression-tests/tests/verify-dnssec-zone/allow-missing
       - run:
           name: Set up mssql odbc testing
           command: echo 'export GODBC_MSSQL_PASSWORD=SAsa12%% GODBC_MSSQL_USERNAME=sa GODBC_MSSQL_DSN=pdns-mssql-docker' > ./vars