Skip to content

Commit

Permalink
Revert "Merge pull request #239 from OpenHistoricalMap/locale-updates"
Browse files Browse the repository at this point in the history
This reverts commit 66f450a, reversing
changes made to decf1ae.
  • Loading branch information
danrademacher committed Oct 31, 2023
1 parent 66f450a commit ee9f5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ RUN npm install -g svgo

# Install openstreetmap-website
RUN rm -rf $workdir/html
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=1a1c4e9624e7d40a879bb698f8c74be71a303d23
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=23582bf0f52bc99345489c855a84520ecf69f845
RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir
WORKDIR $workdir
RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA

# change the echo here with a reason for changing the commithash
RUN echo 'locale updates'
RUN echo 'fix api call for inspector code'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit ee9f5df

Please sign in to comment.