From: Wei Liu Date: Fri, 5 Apr 2019 11:21:57 +0000 (+0100) Subject: automation: fix "build each commit" test X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2356 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3c2939fdd4809a1a95edc1dee96431777d4e604;p=xen.git automation: fix "build each commit" test An error was introduced while rebasing 9b8b3f30. The new test shouldn't depend on anything, otherwise artefacts will be downloaded from build stage and cause the script to abort. Signed-off-by: Wei Liu --- diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index c9d454abb8..d4556afe11 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -12,8 +12,7 @@ build-each-commit-gcc: paths: - '*.log' when: always - dependencies: - - debian-stretch-gcc-debug + dependencies: [] tags: - x86_64 except: