Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #482 from jmlrt/lint-ci-ubuntu1804
Browse files Browse the repository at this point in the history
[meta] run lint-python job on ubuntu 18.04
  • Loading branch information
jmlrt committed Feb 13, 2020
2 parents 9450172 + fb7e774 commit 39601c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
type: slave
name: label
values:
- docker&&virtual
- docker&&virtual&&ubuntu-18.04
builders:
- shell: |-
#!/usr/local/bin/runbld
Expand Down
2 changes: 1 addition & 1 deletion .ci/jobs/elastic+helm-charts+pull-request+lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
type: slave
name: label
values:
- docker&&virtual
- docker&&virtual&&ubuntu-18.04
builders:
- shell: |-
#!/usr/local/bin/runbld
Expand Down
2 changes: 1 addition & 1 deletion helpers/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lint: ## Lint helm templates

.PHONY: lint-python
lint-python: ## Lint python scripts
black --diff --check .
black --diff --check --exclude='ve/|venv/' .

.PHONY: pytest
pytest: ## Run python tests
Expand Down

0 comments on commit 39601c9

Please sign in to comment.