mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 23:30:59 +00:00
Compare commits
No commits in common. "13c420cb0a722b90bf7bb7984a3ee44eb150114d" and "59b1987ff1d0269b81fb4e2264a2b4a7781c1abf" have entirely different histories.
13c420cb0a
...
59b1987ff1
@ -1 +0,0 @@
|
|||||||
- [Bugfix] Fix merge conflicts in nightly when trying to apply patches from the master branch. (by @regisb)
|
|
@ -49,10 +49,8 @@ RUN git config --global user.email "tutor@overhang.io" \
|
|||||||
{%- if patch("openedx-dockerfile-git-patches-default") %}
|
{%- if patch("openedx-dockerfile-git-patches-default") %}
|
||||||
# Custom edx-platform patches
|
# Custom edx-platform patches
|
||||||
{{ patch("openedx-dockerfile-git-patches-default") }}
|
{{ patch("openedx-dockerfile-git-patches-default") }}
|
||||||
{%- elif EDX_PLATFORM_VERSION == "master" %}
|
|
||||||
# Patches in nightly node
|
|
||||||
{%- else %}
|
{%- else %}
|
||||||
# Patches in non-nightly mode
|
# Patch edx-platform
|
||||||
# Prevent course structure cache infinite growth
|
# Prevent course structure cache infinite growth
|
||||||
# https://github.com/openedx/edx-platform/pull/34210
|
# https://github.com/openedx/edx-platform/pull/34210
|
||||||
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/ad201cd664b6c722cbefcbda23ae390c06daf621.patch | git am
|
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/ad201cd664b6c722cbefcbda23ae390c06daf621.patch | git am
|
||||||
|
Loading…
Reference in New Issue
Block a user