Damn AI copilots are getting in the way...

This commit is contained in:
2024-12-20 11:23:21 -05:00
committed by Trez.One
parent 5044b110be
commit bb0db07e66
@@ -53,7 +53,7 @@ jobs:
fi
sonarqube-analysis-dry-run:
name: SonarQube Analysis
name: SonarQube Analysis & Compose Dry-Run
runs-on: ubuntu-latest
needs: check-and-create-pr
outputs:
@@ -95,7 +95,7 @@ jobs:
compose-file: "./docker-compose.yml"
up-flags: --dry-run
env:
DOCKER_HOST: tcp://localhost:2375
DOCKER_HOST: tcp://dockerproxy:2375
# Job 3: Merge PR if Quality Gate passes
# dry-run-merge-pr:
# runs-on: ubuntu-latest