mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 06:18:23 +00:00
fix: build error due to missing EOL
This commit is contained in:
parent
3401a71b18
commit
13c420cb0a
@ -49,7 +49,7 @@ 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" -%}
|
{%- elif EDX_PLATFORM_VERSION == "master" %}
|
||||||
# Patches in nightly node
|
# Patches in nightly node
|
||||||
{%- else %}
|
{%- else %}
|
||||||
# Patches in non-nightly mode
|
# Patches in non-nightly mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user