Fix gitlab-ci syntax
This commit is contained in:
parent
94d6c2b545
commit
95192cf920
@ -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/*
|
||||
|
Reference in New Issue
Block a user