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