]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Get a fresh deckard copy before the build
authorOndřej Surý <ondrej@sury.org>
Wed, 8 Mar 2017 12:24:42 +0000 (13:24 +0100)
committerOndřej Surý <ondrej@sury.org>
Wed, 8 Mar 2017 12:26:18 +0000 (13:26 +0100)
.gitlab-ci.yml

index 01093e1363ad4aef29ffda525d0858a1b3fcab8e..ef99db6e40314e61899aba7d78362e3182f44d37 100644 (file)
@@ -30,6 +30,7 @@ test:linux:amd64:
 deckard:linux:amd64:
   stage: test
   script:
+    - git submodule update --recursive
     - PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration
   dependencies:
     - build:linux:amd64