File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
ccb_mcp_crossorg/ccx-crossorg-132/environment
ccb_mcp_incident/ccx-incident-131/environment
ccb_mcp_onboarding/ccx-onboard-044/environment Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414WORKDIR /workspace
1515
1616# Clone local checkout repos (baseline config: agent has local access to these)
17- RUN git clone --depth 1 --branch 01f6ddf7 https://github.com/sg-evals/rust--01f6ddf7 /workspace/rust--01f6ddf7
18- RUN git clone --depth 1 --branch be6a2f99 https://github.com/sg-evals/servo--be6a2f99 /workspace/servo--be6a2f99
17+ RUN git clone --depth 1 https://github.com/sg-evals/rust--01f6ddf7 /workspace/rust--01f6ddf7
18+ RUN git clone --depth 1 https://github.com/sg-evals/servo--be6a2f99 /workspace/servo--be6a2f99
1919
2020# Initialize git identity for agent commits
2121RUN git config --global user.email "agent@example.com" && \
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414WORKDIR /workspace
1515
1616# Clone local checkout repos (baseline config: agent has local access to these)
17- RUN git clone --depth 1 --branch 01f6ddf7 https://github.com/sg-evals/rust--01f6ddf7 /workspace/rust--01f6ddf7
18- RUN git clone --depth 1 --branch be6a2f99 https://github.com/sg-evals/servo--be6a2f99 /workspace/servo--be6a2f99
17+ RUN git clone --depth 1 https://github.com/sg-evals/rust--01f6ddf7 /workspace/rust--01f6ddf7
18+ RUN git clone --depth 1 https://github.com/sg-evals/servo--be6a2f99 /workspace/servo--be6a2f99
1919
2020# Initialize git identity for agent commits
2121RUN git config --global user.email "agent@example.com" && \
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414WORKDIR /workspace
1515
1616# Clone local checkout repos (baseline config: agent has local access to these)
17- RUN git clone --depth 1 --branch 01f6ddf7 https://github.com/sg-evals/rust--01f6ddf7 /workspace/rust--01f6ddf7
18- RUN git clone --depth 1 --branch be6a2f99 https://github.com/sg-evals/servo--be6a2f99 /workspace/servo--be6a2f99
17+ RUN git clone --depth 1 https://github.com/sg-evals/rust--01f6ddf7 /workspace/rust--01f6ddf7
18+ RUN git clone --depth 1 https://github.com/sg-evals/servo--be6a2f99 /workspace/servo--be6a2f99
1919
2020# Initialize git identity for agent commits
2121RUN git config --global user.email "agent@example.com" && \
You can’t perform that action at this time.
0 commit comments