Skip to content

Commit

Permalink
Screw building Synapse docker image
Browse files Browse the repository at this point in the history
just pull the build image from dockerhub
  • Loading branch information
David Robertson committed Oct 31, 2022
1 parent 64ff7cb commit 274b8c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare the Docker image for Synapse `develop`
run: test/before_test.sh
# When CI ran on BuildKite, we used to also run the following script to build a
# Synapse docker image from scratch.
# I leave it here for posterity and completeness.
# - name: Prepare the Docker image for Synapse `develop`
# run: test/before_test.sh
- name: Setup services and launch tests
run: docker-compose up --build --abort-on-container-exit

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A Dockerfile used for running tests.
# This Dockerfile should work for other plug-ins, too.

FROM matrixdotorg/synapse:latest
FROM matrixdotorg/synapse:develop

# Install extension.
WORKDIR /data
Expand Down

0 comments on commit 274b8c9

Please sign in to comment.