We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed6d5d commit eb2e25bCopy full SHA for eb2e25b
.github/workflows/stage-3-build.yaml
@@ -182,5 +182,6 @@ jobs:
182
environment: ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
183
apimEnv: "internal-dev-sandbox"
184
runId: "${{ github.run_id }}"
185
- buildSandbox: true
+ # TODO: CCM-15527: Do not deploy sandbox - new certs do not appear to auth for docker correctly
186
+ buildSandbox: false
187
releaseVersion: ${{ github.head_ref || github.ref_name }}
0 commit comments