Fix syntax errors in .gitlab-ci.yml
This commit is contained in:
parent
0a95944dc8
commit
6585c91b62
@ -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
|
||||
|
Reference in New Issue
Block a user