diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cfea120..2107fcf 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -21,8 +21,6 @@ jobs: -p "8883:8883" \ -p "8080:8080" \ -p "8081:8081" \ - -v "./mosquitto/config:/mosquitto/config" \ - -v "./mosquitto/certs:/mosquitto/certs" \ eclipse-mosquitto:latest - name: Build the test image. run: docker buildx build -f Dockerfile.test -t swift-mqtt-dewpoint:test .