Skip to content

Commit

Permalink
Remove obsolete update-external-repos script (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Dec 16, 2024
1 parent c12d127 commit a84639c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ export-csv:
$(REGISTRY)/$(COMPANY)/docs-scriptrunner:latest \
/workdir/scripts/export-csv/script.py

# Update content from external repositories that gets copied in here.
update-external-repos:
./scripts/update-external-repos/main.sh

# Aggregate changelog entries from various repositories into our Changes section.
changes:
@if [ -z "${GITHUB_TOKEN}" ]; then echo "Please set the GITHUB_TOKEN environment variable"; exit 1; fi
Expand Down
49 changes: 0 additions & 49 deletions scripts/update-external-repos/main.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/update-external-repos/repositories.txt

This file was deleted.

0 comments on commit a84639c

Please sign in to comment.