File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66 rm -rf /var/lib/apt/lists/*
77
88ARG GITHUB_TOKEN
9- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /BattleCode.git /workspace \
9+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /BattleCode.git /workspace \
1010 && cd /workspace \
11- && git remote set-url origin https://github.com/emagedoc /BattleCode.git \
11+ && git remote set-url origin https://github.com/CodeClash-ai /BattleCode.git \
1212 && unset GITHUB_TOKEN
1313WORKDIR /workspace
1414
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN ARCH=$(dpkg --print-architecture) && \
2020
2121# Inject GitHub token for private repo access
2222ARG GITHUB_TOKEN
23- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /BattleSnake.git /workspace \
23+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /BattleSnake.git /workspace \
2424 && cd /workspace \
25- && git remote set-url origin https://github.com/emagedoc /BattleSnake.git \
25+ && git remote set-url origin https://github.com/CodeClash-ai /BattleSnake.git \
2626 && unset GITHUB_TOKEN
2727
2828WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ RUN apt-get update \
66 && rm -rf /var/lib/apt/lists/*
77
88ARG GITHUB_TOKEN
9- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /CoreWar.git /workspace \
9+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /CoreWar.git /workspace \
1010 && cd /workspace \
11- && git remote set-url origin https://github.com/emagedoc /CoreWar.git \
11+ && git remote set-url origin https://github.com/CodeClash-ai /CoreWar.git \
1212 && unset GITHUB_TOKEN
1313
1414WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ RUN apt-get update \
1313
1414# Inject GitHub token for private repo access
1515ARG GITHUB_TOKEN
16- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /DummyGame.git /workspace \
16+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /DummyGame.git /workspace \
1717 && cd /workspace \
18- && git remote set-url origin https://github.com/emagedoc /DummyGame.git \
18+ && git remote set-url origin https://github.com/CodeClash-ai /DummyGame.git \
1919 && unset GITHUB_TOKEN
2020
2121WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN apt-get update && apt-get install -y ocaml ocamlbuild
2020
2121# Clone Halite repository
2222ARG GITHUB_TOKEN
23- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /Halite-II.git /workspace \
23+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /Halite-II.git /workspace \
2424 && cd /workspace \
25- && git remote set-url origin https://github.com/emagedoc /Halite-II.git \
25+ && git remote set-url origin https://github.com/CodeClash-ai /Halite-II.git \
2626 && unset GITHUB_TOKEN
2727
2828WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN apt-get update && apt-get install -y ocaml ocamlbuild
2020
2121# Clone Halite repository
2222ARG GITHUB_TOKEN
23- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /Halite-III.git /workspace \
23+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /Halite-III.git /workspace \
2424 && cd /workspace \
25- && git remote set-url origin https://github.com/emagedoc /Halite-III.git \
25+ && git remote set-url origin https://github.com/CodeClash-ai /Halite-III.git \
2626 && unset GITHUB_TOKEN
2727
2828WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN apt-get update && apt-get install -y ocaml ocamlbuild
2020
2121# Clone Halite repository
2222ARG GITHUB_TOKEN
23- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /Halite.git /workspace \
23+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /Halite.git /workspace \
2424 && cd /workspace \
25- && git remote set-url origin https://github.com/emagedoc /Halite.git \
25+ && git remote set-url origin https://github.com/CodeClash-ai /Halite.git \
2626 && unset GITHUB_TOKEN
2727
2828WORKDIR /workspace
Original file line number Diff line number Diff line change 1212&& rm -rf /var/lib/apt/lists/*
1313
1414ARG GITHUB_TOKEN
15- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /HuskyBench.git /workspace \
15+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /HuskyBench.git /workspace \
1616 && cd /workspace \
17- && git remote set-url origin https://github.com/emagedoc /HuskyBench.git \
17+ && git remote set-url origin https://github.com/CodeClash-ai /HuskyBench.git \
1818 && unset GITHUB_TOKEN
1919
2020WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ RUN apt update && apt install -y \
1818 && rm -rf /var/lib/apt/lists/*
1919
2020ARG GITHUB_TOKEN
21- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /RoboCode.git /workspace \
21+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /RoboCode.git /workspace \
2222 && cd /workspace \
23- && git remote set-url origin https://github.com/emagedoc /RoboCode.git \
23+ && git remote set-url origin https://github.com/CodeClash-ai /RoboCode.git \
2424 && unset GITHUB_TOKEN
2525
2626WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN apt-get update \
1010 && rm -rf /var/lib/apt/lists/*
1111
1212ARG GITHUB_TOKEN
13- RUN git clone https://${GITHUB_TOKEN}@github.com/emagedoc /RobotRumble.git /workspace \
13+ RUN git clone https://${GITHUB_TOKEN}@github.com/CodeClash-ai /RobotRumble.git /workspace \
1414 && cd /workspace \
15- && git remote set-url origin https://github.com/emagedoc /RobotRumble.git \
15+ && git remote set-url origin https://github.com/CodeClash-ai /RobotRumble.git \
1616 && unset GITHUB_TOKEN
1717
1818WORKDIR /workspace
You can’t perform that action at this time.
0 commit comments