From bc75b94f5e33300d27803b10db792579968b36e7 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sun, 21 Apr 2019 10:27:23 -0400 Subject: [PATCH] gitlab-ci: Fix YAML syntax --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 298a5e804ba6..660a8e538466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -276,8 +276,8 @@ validate-x86_64-linux-deb8: cache: key: linux-x86_64-deb8 variables: - # Disable sphinx PDF output as our Debian image doesn't have the requisite packages - - BUILD_SPHINX_PDF: "NO" + # Disable sphinx PDF output as our Debian image doesn't have the requisite packages + BUILD_SPHINX_PDF: "NO" artifacts: when: always expire_in: 2 week -- GitLab