File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,13 @@ RUN /workspace/depot_tools/ensure_bootstrap
42
42
# Build standard DevTools first
43
43
RUN npm run build
44
44
45
- # For development/testing - use current branch with automated mode changes
46
- # In production, this would fetch from Browser Operator upstream
47
- # RUN git remote add upstream https://github.com/BrowserOperator/browser-operator-core.git
48
- # RUN git fetch upstream
49
- # RUN git checkout upstream/main
45
+ # Add Browser Operator fork and switch to it
46
+ RUN git remote add upstream https://github.com/BrowserOperator/browser-operator-core.git
47
+ RUN git fetch upstream
48
+ RUN git checkout upstream/main
50
49
51
50
# Allow configurable automated mode
52
- ARG AUTOMATED_MODE=true
51
+ ARG AUTOMATED_MODE=false
53
52
54
53
# Set build-time flags based on Docker arg
55
54
RUN if [ "$AUTOMATED_MODE" = "true" ]; then \
You can’t perform that action at this time.
0 commit comments