Skip to content

Commit 0bf1fb4

Browse files
committed
update script name and reduce comments
1 parent 503a64d commit 0bf1fb4

File tree

3 files changed

+10
-24
lines changed

3 files changed

+10
-24
lines changed

.github/workflows/1-fetch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252

5353
- name: Run fetch script
5454
run: |
55-
./scripts/1-fetch/gcs_fetched.py \
56-
--enable-git --enable-save --limit=100
55+
./scripts/1-fetch/gcs_fetch.py \
56+
--limit=100 --enable-save --enable-git

.github/workflows/2-process.yml.disabled

+4-11
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,7 @@ jobs:
4040
run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
4141

4242
- name: Run process script
43-
run:
44-
# python scripts/2-process/deviantart_processed.py
45-
# python scripts/2-process/flickr_processed.py
46-
# python scripts/2-process/github_processed.py
47-
# python scripts/2-process/internetarchive_processed.py
48-
# python scripts/2-process/metmuseum_processed.py
49-
# python scripts/2-process/vimeo_processed.py
50-
# python scripts/2-process/wikicommons_processed.py
51-
# python scripts/2-process/wikipedia_processed.py
52-
# python scripts/2-process/youtube_processed.py
53-
python scripts/2-process/gcs_processed.py
43+
run: |
44+
# ADD SCRIPT INVOCATION HERE
45+
46+
# vim: ft=yaml

.github/workflows/3-report.yml.disabled

+4-11
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,7 @@ jobs:
4040
run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
4141

4242
- name: Run report script
43-
run:
44-
# ./scripts/3-report/deviantart_reports.py
45-
# ./scripts/3-report/flickr_reports.py
46-
# ./scripts/3-report/github_reports.py
47-
# ./scripts/3-report/internetarchive_reports.py
48-
# ./scripts/3-report/metmuseum_reports.py
49-
# ./scripts/3-report/vimeo_reports.py
50-
# ./scripts/3-report/wikicommons_reports.py
51-
# ./scripts/3-report/wikipedia_reports.py
52-
# ./scripts/3-report/youtube_reports.py
53-
./scripts/3-report/gcs_reports.py
43+
run: |
44+
# ADD SCRIPT INVOCATION HERE
45+
46+
# vim: ft=yaml

0 commit comments

Comments
 (0)