Skip to content

Commit

Permalink
Staging deploy of iD upstream catchup + misc. issues and translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise authored Apr 1, 2024
1 parent 473d47d commit 6189766
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=2af1cb7b4257ac0ec1ba63a050d9161d8d9698e3
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=b0e9538d94348f8f7ae70f525112294485bcb81d
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 'update map styles, oauth2 code, latest translations'
RUN echo 'iD upstream update, batch of issues addressed after 2024-03-26 OHM Planning, latest translations'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit 6189766

Please sign in to comment.