From 95192cf920b214d30d7fe37d2336459d2133ea28 Mon Sep 17 00:00:00 2001 From: deon Date: Fri, 19 Oct 2018 11:31:06 +0000 Subject: [PATCH] Fix gitlab-ci syntax --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59fb035..7cb1746 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - build variables: -- VERSION: 0.12 + VERSION: "0.12" before_script: - apt-get update @@ -22,8 +22,6 @@ build: - apt only: - debian - -# The files which are to be made available in GitLab -artifacts: - paths: - - build/deb/* + artifacts: + paths: + - build/deb/*