ci: typo fix in only clause

This commit is contained in:
Dan Anglin 2020-01-18 01:55:28 +00:00
parent e4df5bfb8e
commit 0f19832fca
No known key found for this signature in database
GPG key ID: 7AC2B18EC1D09F27

View file

@ -31,7 +31,7 @@ test:unit:
- apk add --no-cache make - apk add --no-cache make
image: golang:1.13.6-alpine image: golang:1.13.6-alpine
only: only:
- master@dananglin/pominal - master@dananglin/Pominal
script: script:
- make test_cover_report - make test_cover_report
stage: test stage: test
@ -44,7 +44,7 @@ pages:
dependencies: dependencies:
- test:unit - test:unit
only: only:
- master@dananglin/pominal - master@dananglin/Pominal
script: script:
- mkdir public - mkdir public
- mv code-coverage.html public - mv code-coverage.html public