Fix gitlab-ci syntax
This commit is contained in:
parent
94d6c2b545
commit
95192cf920
@ -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
|
||||||
|
|
||||||
# The files which are to be made available in GitLab
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/deb/*
|
- build/deb/*
|
||||||
|
Reference in New Issue
Block a user