Skip to content

Commit 004af07

Browse files
committed
chore: allow setting SOURCE_REPO_URL via environment variable in migrate.sh
1 parent 30833e3 commit 004af07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monorepo-migration/migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ check_command mvn
1818

1919
# Configuration
2020
MONOREPO_URL="https://github.com/googleapis/google-cloud-java"
21-
SOURCE_REPO_URL="https://github.com/googleapis/java-logging"
21+
SOURCE_REPO_URL="${SOURCE_REPO_URL:-https://github.com/googleapis/java-logging}"
2222

2323
# Derive names from URLs to avoid duplication
2424
SOURCE_REPO_NAME="${SOURCE_REPO_URL##*/}"

0 commit comments

Comments
 (0)