diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-22 10:36:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 10:36:48 +0000 |
commit | 2093f83ea045d8a3fc6daa0c793da9b17237dc1f (patch) | |
tree | 9ed9868dfcf1bcdcc89df4f09d930202396d6975 /.buildkite/docker-compose.py37.pg11.yaml | |
parent | Avoid attribute error when `password_config` present but empty (#6753) (diff) | |
download | synapse-2093f83ea045d8a3fc6daa0c793da9b17237dc1f.tar.xz |
Remove unused CI docker compose files (#6754)
These now exist in the pipelines repo.
Diffstat (limited to '.buildkite/docker-compose.py37.pg11.yaml')
-rw-r--r-- | .buildkite/docker-compose.py37.pg11.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.buildkite/docker-compose.py37.pg11.yaml b/.buildkite/docker-compose.py37.pg11.yaml deleted file mode 100644 index b767228147..0000000000 --- a/.buildkite/docker-compose.py37.pg11.yaml +++ /dev/null @@ -1,22 +0,0 @@ -version: '3.1' - -services: - - postgres: - image: postgres:11 - environment: - POSTGRES_PASSWORD: postgres - command: -c fsync=off - - testenv: - image: python:3.7 - depends_on: - - postgres - env_file: .env - environment: - SYNAPSE_POSTGRES_HOST: postgres - SYNAPSE_POSTGRES_USER: postgres - SYNAPSE_POSTGRES_PASSWORD: postgres - working_dir: /src - volumes: - - ..:/src |