We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30833e3 commit 004af07Copy full SHA for 004af07
monorepo-migration/migrate.sh
@@ -18,7 +18,7 @@ check_command mvn
18
19
# Configuration
20
MONOREPO_URL="https://github.com/googleapis/google-cloud-java"
21
-SOURCE_REPO_URL="https://github.com/googleapis/java-logging"
+SOURCE_REPO_URL="${SOURCE_REPO_URL:-https://github.com/googleapis/java-logging}"
22
23
# Derive names from URLs to avoid duplication
24
SOURCE_REPO_NAME="${SOURCE_REPO_URL##*/}"
0 commit comments