Skip to content

Commit e938372

Browse files
authored
Revert "disable sandbox (#486)" (#487)
This reverts commit eb2e25b.
1 parent eb2e25b commit e938372

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,5 @@ jobs:
182182
environment: ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
183183
apimEnv: "internal-dev-sandbox"
184184
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
185+
buildSandbox: true
187186
releaseVersion: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)