Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Nov 14, 2022
2 parents 77b9a51 + 02369c9 commit 3488d78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ RUN curl -s -L -o /tmp/mei200.zip https://github.com/music-encoding/music-encodi
&& git clone --depth 1 -b develop https://github.com/music-encoding/music-encoding /tmp/meidev \
&& cd /tmp/meidev \
&& git rev-parse HEAD > /tmp/meidev/GITHASH \
&& mkdir -p ${MEI_SOURCES_HOME}/music-encoding/meidev/customizations \
&& cp -r /tmp/meidev/customizations/* ${MEI_SOURCES_HOME}/music-encoding/meidev/customizations \
&& mkdir -p ${MEI_SOURCES_HOME}/music-encoding/meidev/source \
&& mkdir -p ${MEI_SOURCES_HOME}/music-encoding/meidev \
&& cp -r /tmp/meidev/* ${MEI_SOURCES_HOME}/music-encoding/meidev \
&& curl -s -L -o ${MEI_SOURCES_HOME}/music-encoding/meidev/source/mei-source_canonicalized.xml https://raw.githubusercontent.com/music-encoding/schema/main/dev/mei-source_canonicalized.xml \
&& rm -r /tmp/meidev

Expand Down

0 comments on commit 3488d78

Please sign in to comment.