From 6585c91b62470fed6457f4c817588f957e835c57 Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 28 Jan 2019 11:13:02 +1100 Subject: [PATCH] Fix syntax errors in .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f86190..282e942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,9 @@ stages: variables: VERSION: "3.4.4.1" - before_script: - - env|sort - - pwd +before_script: + - env|sort + - pwd build:x86_64: image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64 @@ -24,9 +24,9 @@ build:x86_64: only: - debian artifacts: - paths: - - build/*deb - expire_in: 1 week + paths: + - build/*deb + expire_in: 1 week deploy:x86_64: stage: deploy