メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.open-ci.io/llms.txt

Use this file to discover all available pages before exploring further.

OpenCIを実行するには、以下のコマンドを実行します。 必要なファイルは、以前のページで作成した、GitHub AppsのPrivate Keyの.pemファイルと、Firebaseサービスアカウントの.jsonファイルです。 また、FirebaseプロジェクトのIDが必要です。
openci_runner runner --pem-path path-to-pem-file \
  --service-account-path path-to-service-account-json-file \
  --project-id project-id
このコマンドを実行すると、OpenCIのRunnerが起動します。