diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-07-11 23:43:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 23:43:41 +1000 |
commit | a83577d64f23c260bd7899a4dee5ff00d1058253 (patch) | |
tree | 3e489fc255004fa65062810554bf26b579ede701 /changelog.d | |
parent | Improved docs on setting up Postgresql (#5661) (diff) | |
download | synapse-a83577d64f23c260bd7899a4dee5ff00d1058253.tar.xz |
Use /src for checking out synapse during sytests (#5664)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5664.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5664.misc b/changelog.d/5664.misc new file mode 100644 index 0000000000..0ca7a0fbd0 --- /dev/null +++ b/changelog.d/5664.misc @@ -0,0 +1 @@ +Update the sytest BuildKite configuration to checkout Synapse in `/src`. |