Damn AI copilots are getting in the way...
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
sonarqube-analysis-dry-run:
|
sonarqube-analysis-dry-run:
|
||||||
name: SonarQube Analysis
|
name: SonarQube Analysis & Compose Dry-Run
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: check-and-create-pr
|
needs: check-and-create-pr
|
||||||
outputs:
|
outputs:
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
compose-file: "./docker-compose.yml"
|
compose-file: "./docker-compose.yml"
|
||||||
up-flags: --dry-run
|
up-flags: --dry-run
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://localhost:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
# Job 3: Merge PR if Quality Gate passes
|
# Job 3: Merge PR if Quality Gate passes
|
||||||
# dry-run-merge-pr:
|
# dry-run-merge-pr:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user