Skip to content

Commit

Permalink
Dockerfile.tests.m4: Bump ARTWORK_INDEXER_COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed May 23, 2024
1 parent 9a66aca commit 9bef854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/musicbrainz-tests/artwork-indexer-config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ database=SELENIUM
host=localhost
port=5432
user=musicbrainz
database=musicbrainz_selenium
dbname=musicbrainz_selenium

[s3]
url=//localhost:5050/{bucket}?file={file}
Expand Down
2 changes: 1 addition & 1 deletion docker/templates/Dockerfile.tests.m4
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN sudo -E -H -u musicbrainz git clone --branch $SIR_TAG https://github.com/met
sudo -E -H -u musicbrainz sh -c 'virtualenv --python=python2 venv; . venv/bin/activate; pip install --upgrade pip; pip install -r requirements.txt; pip install git+https://github.com/esnme/ultrajson.git@7d0f4fb7e911120fd09075049233b587936b0a65' && \
cd /home/musicbrainz

ENV ARTWORK_INDEXER_COMMIT 427bf0d
ENV ARTWORK_INDEXER_COMMIT 78c5ee2

RUN sudo -E -H -u musicbrainz git clone https://github.com/metabrainz/artwork-indexer.git && \
cd artwork-indexer && \
Expand Down

0 comments on commit 9bef854

Please sign in to comment.