Skip to content

Commit dc069a2

Browse files
committed
chore: remove unnecessary repo_short update to prevent clash with bot
1 parent a2e4fd7 commit dc069a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monorepo-migration/migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ fi
236236
REPO_METADATA="$SOURCE_REPO_NAME/.repo-metadata.json"
237237
if [ -f "$REPO_METADATA" ]; then
238238
echo "Updating repo and repo_short in $REPO_METADATA..."
239-
python3 -c "import json; f = '$REPO_METADATA'; d = json.load(open(f)); d['repo'] = 'googleapis/google-cloud-java'; d['repo_short'] = 'google-cloud-java'; json.dump(d, open(f, 'w'), indent=2); open(f, 'a').write('\n')"
239+
python3 -c "import json; f = '$REPO_METADATA'; d = json.load(open(f)); d['repo'] = 'googleapis/google-cloud-java'; json.dump(d, open(f, 'w'), indent=2); open(f, 'a').write('\n')"
240240

241241
git add "$REPO_METADATA"
242242
git commit -n --no-gpg-sign -m "chore($SOURCE_REPO_NAME): update .repo-metadata.json"

0 commit comments

Comments
 (0)