Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a184fb1

Browse files
committed
switch to testing complement branch
1 parent 0a38e8f commit a184fb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,13 +504,13 @@ steps:
504504
- "docker build -t matrixdotorg/synapse:latest -f docker/Dockerfile ."
505505
# We use the complement:latest image to provide Complement's dependencies, but want
506506
# to actually run against the latest version of Complement, so download it here.
507-
- "wget https://github.com/matrix-org/complement/archive/anoa/knock_public_room_directory_test.tar.gz"
508-
- "tar -xzf knock_public_room_directory_test.tar.gz"
507+
- "wget https://github.com/matrix-org/complement/archive/anoa/knock_public_room_directory_testa.tar.gz"
508+
- "tar -xzf knock_public_room_directory_testa.tar.gz"
509509
# Build a second docker image on top of the above image. This one sets up Synapse with a generated config file,
510510
# signing and SSL keys so Synapse can run and federate
511-
- "docker build -t complement-synapse -f complement-anoa-knock_public_room_directory_test/dockerfiles/Synapse.Dockerfile complement-anoa-knock_public_room_directory_test/dockerfiles"
511+
- "docker build -t complement-synapse -f complement-anoa-knock_public_room_directory_testa/dockerfiles/Synapse.Dockerfile complement-anoa-knock_public_room_directory_testa/dockerfiles"
512512
# Finally, compile and run the tests.
513-
- "cd complement-anoa-knock_public_room_directory_test"
513+
- "cd complement-anoa-knock_public_room_directory_testa"
514514
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2403 ./tests"
515515
label: "\U0001F9EA Complement"
516516
agents:

0 commit comments

Comments
 (0)