mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 00:37:54 +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") %}
|
||||
# Custom edx-platform patches
|
||||
{{ patch("openedx-dockerfile-git-patches-default") }}
|
||||
{%- elif EDX_PLATFORM_VERSION == "master" -%}
|
||||
{%- elif EDX_PLATFORM_VERSION == "master" %}
|
||||
# Patches in nightly node
|
||||
{%- else %}
|
||||
# Patches in non-nightly mode
|
||||
|
Loading…
Reference in New Issue
Block a user