chore(gitlab-ci): fix lint stage
This commit is contained in:
parent
dfb0cd2262
commit
88a124e8c2
@ -246,7 +246,7 @@ yesod:test:yesod:dev:
|
|||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
yesod:test:hlint:
|
yesod:test:hlint:
|
||||||
stage: test
|
stage: lint
|
||||||
cache: {}
|
cache: {}
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
@ -268,7 +268,7 @@ yesod:test:hlint:
|
|||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
yesod:test:hlint:dev:
|
yesod:test:hlint:dev:
|
||||||
stage: test
|
stage: lint
|
||||||
cache: {}
|
cache: {}
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user