This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -504,13 +504,13 @@ steps:
504
504
- " docker build -t matrixdotorg/synapse:latest -f docker/Dockerfile ."
505
505
# We use the complement:latest image to provide Complement's dependencies, but want
506
506
# 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"
509
509
# Build a second docker image on top of the above image. This one sets up Synapse with a generated config file,
510
510
# 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"
512
512
# Finally, compile and run the tests.
513
- - " cd complement-anoa-knock_public_room_directory_test "
513
+ - " cd complement-anoa-knock_public_room_directory_testa "
514
514
- " COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2403 ./tests"
515
515
label : " \U0001F9EA Complement"
516
516
agents :
You can’t perform that action at this time.
0 commit comments