Skip to content

Commit 0a978bb

Browse files
authored
Revert "fix(docker): enable dev-settings feature by default in local builds (…"
This reverts commit 79c1ce1.
1 parent 79c1ce1 commit 0a978bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tasks/scripts/docker-build-image.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,8 @@ else
159159
exit 1
160160
fi
161161

162-
# Default to dev-settings so local builds include test-only settings
163-
# (dummy_bool, dummy_int) that e2e tests depend on, matching CI behaviour.
164-
EXTRA_CARGO_FEATURES="${EXTRA_CARGO_FEATURES:-openshell-core/dev-settings}"
165-
166162
FEATURE_ARGS=()
167-
if [[ -n "${EXTRA_CARGO_FEATURES}" ]]; then
163+
if [[ -n "${EXTRA_CARGO_FEATURES:-}" ]]; then
168164
FEATURE_ARGS=(--build-arg "EXTRA_CARGO_FEATURES=${EXTRA_CARGO_FEATURES}")
169165
fi
170166

0 commit comments

Comments
 (0)