Fix syntax errors in .gitlab-ci.yml
This commit is contained in:
parent
0a95944dc8
commit
6585c91b62
@ -5,9 +5,9 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
VERSION: "3.4.4.1"
|
VERSION: "3.4.4.1"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- env|sort
|
- env|sort
|
||||||
- pwd
|
- pwd
|
||||||
|
|
||||||
build:x86_64:
|
build:x86_64:
|
||||||
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64
|
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64
|
||||||
@ -24,9 +24,9 @@ build:x86_64:
|
|||||||
only:
|
only:
|
||||||
- debian
|
- debian
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/*deb
|
- build/*deb
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
deploy:x86_64:
|
deploy:x86_64:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Reference in New Issue
Block a user