Skip to content

Commit 29ae4cb

Browse files
committed
remove leftover from testing
1 parent a87b6e1 commit 29ae4cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/sdk-create-pr.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ for service_path in ${work_dir}/sdk_to_push/services/*; do
126126

127127
if [[ "$branch" != "main" ]]; then
128128
echo ">> Creating PR for $service"
129-
echo "git commit -m \"Generate $service\""
130-
echo "git push origin \"$branch\""
131-
echo 'gh pr create --title "Generator: Update SDK /services/$service" --body "$COMMIT_INFO" --head "$branch" --base "main"'
129+
git commit -m "Generate $service"
130+
git push origin "$branch"
131+
gh pr create --title "Generator: Update SDK /services/$service" --body "$COMMIT_INFO" --head "$branch" --base "main"
132132
else
133133
echo ">> Pushing changes for $service service..."
134-
echo 'git commit -m "Generate $service: $COMMIT_INFO"'
135-
echo 'git push origin "$branch"'
134+
git commit -m "Generate $service: $COMMIT_INFO"
135+
git push origin "$branch"
136136
fi
137137
fi
138138
done

0 commit comments

Comments
 (0)