fix(ci): stage syntax

This commit is contained in:
MDLeom 2022-01-08 09:35:30 +00:00
parent ee5010cdb5
commit da3ae262e5
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,7 @@
image: alpine:latest image: alpine:latest
build_job: build_job:
stage: stage: build
- build
before_script: before_script:
- apk update && apk add brotli curl - apk update && apk add brotli curl
@ -16,8 +15,7 @@ build_job:
- public - public
pages: pages:
stage: stage: deploy
- deploy
script: script:
- echo - echo