Skip to content

Commit

Permalink
Merge pull request #1 from gathering/feat/tg24-inclusion
Browse files Browse the repository at this point in the history
feat: add tg24 files to default startup
  • Loading branch information
niccofyren authored Oct 3, 2024
2 parents 7603e8b + 00ee07a commit 7aeba7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wayback/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Cloning archive sources from git"
git clone https://github.com/gathering/go-archive-tg21 || (cd go-archive-tg21 ; git pull ; git lfs pull ; cd ..)
git clone https://github.com/gathering/go-archive-tg22 || (cd go-archive-tg22 ; git pull ; git lfs pull ; cd ..)
git clone https://github.com/gathering/go-archive-tg23 || (cd go-archive-tg23 ; git pull ; git lfs pull ; cd ..)
# git clone https://github.com/gathering/go-archive-tg24 || (cd go-archive-tg24 ; git pull ; git lfs pull ; cd ..)
git clone https://github.com/gathering/go-archive-tg24 || (cd go-archive-tg24 ; git pull ; git lfs pull ; cd ..)

cd "$WORKDIR"

Expand All @@ -24,6 +24,6 @@ echo "Populating collections from archive sources"
cp -r "$SOURCES/go-archive-tg21/browsertrix-crawler/crawls/collections/tg21/" "$COLLECTIONS/"
cp -r "$SOURCES/go-archive-tg22/browsertrix-crawler/tg22/" "$COLLECTIONS/"
cp -r "$SOURCES/go-archive-tg23/tg23/" "$COLLECTIONS/"
#cp -r "$SOURCES/go-archive-tg24/tg24/" "$COLLECTIONS/"
cp -r "$SOURCES/go-archive-tg24/tg24/" "$COLLECTIONS/"

exec /docker-entrypoint.sh $@

0 comments on commit 7aeba7f

Please sign in to comment.