Fix gitlab-ci syntax

This commit is contained in:
deon 2018-10-19 11:31:06 +00:00
parent 94d6c2b545
commit 95192cf920

View File

@ -4,7 +4,7 @@ stages:
- build - build
variables: variables:
- VERSION: 0.12 VERSION: "0.12"
before_script: before_script:
- apt-get update - apt-get update
@ -22,8 +22,6 @@ build:
- apt - apt
only: only:
- debian - debian
artifacts:
# The files which are to be made available in GitLab paths:
artifacts: - build/deb/*
paths:
- build/deb/*