Fix syntax errors in .gitlab-ci.yml

This commit is contained in:
Deon George 2019-01-28 11:13:02 +11:00
parent 0a95944dc8
commit 6585c91b62
1 changed files with 6 additions and 6 deletions

View File

@ -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