We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380d028 commit f04c958Copy full SHA for f04c958
1 file changed
monorepo-migration/migrate.sh
@@ -459,8 +459,8 @@ fi
459
460
# 7.8 Migrate .OwlBot-hermetic.yaml
461
echo "Migrating .OwlBot-hermetic.yaml..."
462
-if [ -f "$SOURCE_DIR/.github/.OwlBot-hermetic.yaml" ]; then
463
- SOURCE_OWLBOT="$SOURCE_DIR/.github/.OwlBot-hermetic.yaml"
+if [ -f "$SOURCE_DIR/$SOURCE_REPO_NAME/.github/.OwlBot-hermetic.yaml" ]; then
+ SOURCE_OWLBOT="$SOURCE_DIR/$SOURCE_REPO_NAME/.github/.OwlBot-hermetic.yaml"
464
else
465
SOURCE_OWLBOT=""
466
fi
0 commit comments