Skip to content

Commit 32017bc

Browse files
committed
feat: Comment commit for testing
1 parent 45fcbf1 commit 32017bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/sdk-create-pr.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ for service_path in ${work_dir}/sdk_to_push/services/*; do
116116
continue
117117
}
118118

119-
git commit -m "Generate $service: $COMMIT_INFO"
120-
git push origin "$branch"
119+
echo ">> Actually pushing changes to main for $service service..."
120+
# git commit -m "Generate $service: $COMMIT_INFO"
121+
# git push origin "$branch"
121122
fi
122123
fi
123124
done

0 commit comments

Comments
 (0)