Skip to content

Commit

Permalink
Kill off the .buildkite dir completely
Browse files Browse the repository at this point in the history
  • Loading branch information
DMRobertson committed Aug 10, 2021
1 parent 58e5da5 commit c0ebdfc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .buildkite/.env

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ include book.toml
include pyproject.toml
recursive-include changelog.d *

prune .buildkite
prune .circleci
prune .github
prune ci
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts-dev/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ else
"scripts-dev/build_debian_packages"
"scripts-dev/sign_json"
"scripts-dev/update_database"
"contrib" "synctl" "setup.py" "synmark" "stubs" ".buildkite"
"contrib" "synctl" "setup.py" "synmark" "stubs" "ci"
)
fi
fi
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lint_targets =
contrib
synctl
synmark
.buildkite
ci
docker

# default settings for all tox environments
Expand Down

0 comments on commit c0ebdfc

Please sign in to comment.