mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-12 07:56:32 +01:00
Disable linting on nightly
This commit is contained in:
parent
96c31f6437
commit
7e6bdedd9c
@ -39,7 +39,10 @@ references:
|
|||||||
command: make test
|
command: make test
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
command: make lint
|
command: |
|
||||||
|
if [ "${LINT:-1}" = 1 ]; then
|
||||||
|
make lint
|
||||||
|
fi
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_8.2.2:
|
build_8.2.2:
|
||||||
@ -57,6 +60,9 @@ jobs:
|
|||||||
build_nightly:
|
build_nightly:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
|
# weeder is not happy, again
|
||||||
|
# https://circleci.com/gh/thoughtbot/yesod-auth-oauth2/375
|
||||||
|
LINT: 0
|
||||||
STACK_ARGUMENTS: --resolver nightly --no-terminal
|
STACK_ARGUMENTS: --resolver nightly --no-terminal
|
||||||
STACK_YAML: stack-nightly.yaml
|
STACK_YAML: stack-nightly.yaml
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user