Revert CrisisCleanup to working v2 revision

This commit is contained in:
Disassembler 2020-04-04 17:33:04 +02:00
parent 15be9aad67
commit 087ad65518
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0209d4eb5bf55fbff2167c4ee6ec8ea169908ada
Subproject commit cf629dc6d1343b4c8e0b7719d4e232979648fd6f

View File

@ -12,7 +12,8 @@ RUN EOF
apk --no-cache add --virtual .deps build-base git libxml2-dev libxslt-dev linux-headers npm postgresql-dev yarn zlib-dev
# Clone CrisisCleanup
git clone --depth 1 https://github.com/CrisisCleanup/crisiscleanup-2 /srv/crisiscleanup
git clone https://github.com/CrisisCleanup/crisiscleanup-2 /srv/crisiscleanup
git -C /srv/crisiscleanup checkout e362761e67e835d46c36073de1f95803737d1d29
# Hackfix ruby dependency versions
sed -i 's/ruby "2\.4\.4"/ruby "2.4.9"/' /srv/crisiscleanup/Gemfile