Unpin version.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2023-04-10 23:43:14 -07:00
parent 18efd0dd1e
commit ee16579f70
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ RUN install_packages \
wget \
&& git clone git://git.savannah.gnu.org/mediagoblin.git /app \
&& cd /app \
# Pin to older changeset: Temporary work-around for https://todo.sr.ht/~mediagoblin/mediagoblin/33
&& git reset --hard 692261d4057ba59d5642fe218c5703950282578d \
&& git submodule init \
&& git submodule update \
&& find /app -name .git -or -name tests | xargs rm --force --recursive \