Skip to content

Commit 7aeba7f

Browse files
authored
Merge pull request #1 from gathering/feat/tg24-inclusion
feat: add tg24 files to default startup
2 parents 7603e8b + 00ee07a commit 7aeba7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wayback/startup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Cloning archive sources from git"
1515
git clone https://github.com/gathering/go-archive-tg21 || (cd go-archive-tg21 ; git pull ; git lfs pull ; cd ..)
1616
git clone https://github.com/gathering/go-archive-tg22 || (cd go-archive-tg22 ; git pull ; git lfs pull ; cd ..)
1717
git clone https://github.com/gathering/go-archive-tg23 || (cd go-archive-tg23 ; git pull ; git lfs pull ; cd ..)
18-
# git clone https://github.com/gathering/go-archive-tg24 || (cd go-archive-tg24 ; git pull ; git lfs pull ; cd ..)
18+
git clone https://github.com/gathering/go-archive-tg24 || (cd go-archive-tg24 ; git pull ; git lfs pull ; cd ..)
1919

2020
cd "$WORKDIR"
2121

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

2929
exec /docker-entrypoint.sh $@

0 commit comments

Comments
 (0)