mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ci: remove lint workflow from circle (#15593)
This PR remove the lint-go workflow from circle; we already have the linting covered in GHA and the circle stuff is just outdated anyway.
This commit is contained in:
@@ -339,17 +339,6 @@ jobs:
|
||||
path: /tmp/test-reports
|
||||
- store_artifacts:
|
||||
path: /tmp/test-reports
|
||||
lint-go:
|
||||
executor: go
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update; apt-get install -y shellcheck sudo unzip
|
||||
- install-buf
|
||||
- install-circleci-local-cli
|
||||
- run: make deps lint-deps
|
||||
- run: make check
|
||||
- run: make checkscripts
|
||||
- run: mkdir -p ui/dist && make generate-all static-assets
|
||||
build-darwin-binaries:
|
||||
executor: go-macos
|
||||
steps:
|
||||
@@ -510,9 +499,8 @@ workflows:
|
||||
ignore:
|
||||
- stable-website
|
||||
|
||||
- lint-go:
|
||||
# check branches are almost all the backend branches
|
||||
filters: &backend_check_branches_filter
|
||||
- test-e2e:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- /^.-ui\b.*/
|
||||
@@ -520,9 +508,6 @@ workflows:
|
||||
- /^backport/docs-.*/
|
||||
- stable-website
|
||||
|
||||
- test-e2e:
|
||||
filters: *backend_check_branches_filter
|
||||
|
||||
- test-ui:
|
||||
filters:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user