File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Cloning archive sources from git"
15
15
git clone https://github.com/gathering/go-archive-tg21 || (cd go-archive-tg21 ; git pull ; git lfs pull ; cd ..)
16
16
git clone https://github.com/gathering/go-archive-tg22 || (cd go-archive-tg22 ; git pull ; git lfs pull ; cd ..)
17
17
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 ..)
19
19
20
20
cd " $WORKDIR "
21
21
@@ -24,6 +24,6 @@ echo "Populating collections from archive sources"
24
24
cp -r " $SOURCES /go-archive-tg21/browsertrix-crawler/crawls/collections/tg21/" " $COLLECTIONS /"
25
25
cp -r " $SOURCES /go-archive-tg22/browsertrix-crawler/tg22/" " $COLLECTIONS /"
26
26
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 /"
28
28
29
29
exec /docker-entrypoint.sh $@
You can’t perform that action at this time.
0 commit comments