diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b69df49901fc1384a64852a57a40e96f1c564d79..33620cff9697858752999440927fc63d6d5a8497 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,24 +11,24 @@ jobs: with: go-version: '1.18' - run: './build.sh' - complement: - name: 'Complement' - runs-on: ubuntu-latest - container: - # https://github.com/matrix-org/complement/blob/master/dockerfiles/ComplementCIBuildkite.Dockerfile - image: matrixdotorg/complement:latest - env: - CI: true - ports: - - 8448:8448 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - steps: - - uses: actions/checkout@v2 - - run: docker build -t complement-media-repo -f Complement.Dockerfile . - - run: chmod +x ci-complement.sh - - run: ./ci-complement.sh - env: - CI: "true" - COMPLEMENT_BASE_IMAGE: "complement-media-repo" - COMPLEMENT_SPAWN_HS_TIMEOUT_SECS: "120" +# complement: +# name: 'Complement' +# runs-on: ubuntu-latest +# container: +# # https://github.com/matrix-org/complement/blob/master/dockerfiles/ComplementCIBuildkite.Dockerfile +# image: matrixdotorg/complement:latest +# env: +# CI: true +# ports: +# - 8448:8448 +# volumes: +# - /var/run/docker.sock:/var/run/docker.sock +# steps: +# - uses: actions/checkout@v2 +# - run: docker build -t complement-media-repo -f Complement.Dockerfile . +# - run: chmod +x ci-complement.sh +# - run: ./ci-complement.sh +# env: +# CI: "true" +# COMPLEMENT_BASE_IMAGE: "complement-media-repo" +# COMPLEMENT_SPAWN_HS_TIMEOUT_SECS: "120"