Skip to content

Commit eb2e25b

Browse files
authored
disable sandbox (#486)
1 parent 9ed6d5d commit eb2e25b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,6 @@ jobs:
182182
environment: ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
183183
apimEnv: "internal-dev-sandbox"
184184
runId: "${{ github.run_id }}"
185-
buildSandbox: true
185+
# TODO: CCM-15527: Do not deploy sandbox - new certs do not appear to auth for docker correctly
186+
buildSandbox: false
186187
releaseVersion: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)