fix: build error due to missing EOL

This commit is contained in:
Régis Behmo 2024-02-22 12:01:50 +01:00
parent 3401a71b18
commit 13c420cb0a
1 changed files with 1 additions and 1 deletions

View File

@ -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