Skip to content

Commit

Permalink
Merge pull request #236 from OpenHistoricalMap/translationupdates-202…
Browse files Browse the repository at this point in the history
…31023

Update web commit hash for translations
  • Loading branch information
danrademacher authored Oct 23, 2023
2 parents 31ebc17 + 9e95b14 commit 7be80d6
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=000fc9ba6fbcb3b493d20ea1f2ed518db74e3d53
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=9bf3c73f71b6749fff63095f15e6efb8dd978af3
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 'get id.html.erb from upstream'
RUN echo 'update locale files with latest translations'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit 7be80d6

Please sign in to comment.