Skip to content

Commit

Permalink
fix: don't attempt to security patch edx-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Nov 18, 2021
1 parent ffd32a2 commit 1ddf6b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ RUN git config --global user.email "tutor@overhang.io" \
{{ patch("openedx-dockerfile-git-patches-default") }}
{% else %}
# Patch edx-platform
# edx-proctoring security fix https://github.com/edx/edx-platform/pull/29347/
RUN git fetch --depth=2 https://github.com/edx/edx-platform d61dcac29d1651956623c150be53a8bbe69e9346 \
&& git cherry-pick d61dcac29d1651956623c150be53a8bbe69e9346
{% endif %}

{# Example: RUN git fetch --depth=2 https://github.com/edx/edx-platform <GITSHA1> && git cherry-pick <GITSHA1> #}
Expand Down

0 comments on commit 1ddf6b1

Please sign in to comment.