mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-15 20:20:18 +00:00
Kill off the .buildkite dir completely
This commit is contained in:
parent
58e5da5aa0
commit
c0ebdfc77e
5 changed files with 2 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
CI
|
|
||||||
BUILDKITE
|
|
||||||
BUILDKITE_BUILD_NUMBER
|
|
||||||
BUILDKITE_BUILD_NUMBER
|
|
||||||
BUILDKITE_JOB_ID
|
|
||||||
BUILDKITE_BUILD_URL
|
|
||||||
BUILDKITE_PROJECT_SLUG
|
|
||||||
BUILDKITE_COMMIT
|
|
||||||
BUILDKITE_TAG
|
|
||||||
CODECOV_TOKEN
|
|
||||||
TRIAL_FLAGS
|
|
|
@ -44,7 +44,6 @@ include book.toml
|
||||||
include pyproject.toml
|
include pyproject.toml
|
||||||
recursive-include changelog.d *
|
recursive-include changelog.d *
|
||||||
|
|
||||||
prune .buildkite
|
|
||||||
prune .circleci
|
prune .circleci
|
||||||
prune .github
|
prune .github
|
||||||
prune ci
|
prune ci
|
||||||
|
|
|
@ -94,7 +94,7 @@ else
|
||||||
"scripts-dev/build_debian_packages"
|
"scripts-dev/build_debian_packages"
|
||||||
"scripts-dev/sign_json"
|
"scripts-dev/sign_json"
|
||||||
"scripts-dev/update_database"
|
"scripts-dev/update_database"
|
||||||
"contrib" "synctl" "setup.py" "synmark" "stubs" ".buildkite"
|
"contrib" "synctl" "setup.py" "synmark" "stubs" "ci"
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -49,7 +49,7 @@ lint_targets =
|
||||||
contrib
|
contrib
|
||||||
synctl
|
synctl
|
||||||
synmark
|
synmark
|
||||||
.buildkite
|
ci
|
||||||
docker
|
docker
|
||||||
|
|
||||||
# default settings for all tox environments
|
# default settings for all tox environments
|
||||||
|
|
Loading…
Add table
Reference in a new issue