Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

以下は公式のドキュメントです。次のインストール・セクションのすべてのステップに従ってください。

5. Runner 登録のリンクを含む、「登録のリンクを含むインストール手順については、「Windows に GitLab Runner をインストール の手順(英語) を参照してください。

Info

注: Runner 登録時は、以下のコマンド・ラインを使用します。
.\gitlab-runner.exe register --non-interactive --url "https://gitlab.com" --registration-token "<your project token" --executor "shell" --shell "powershell" --tag-list "master" --run-untagged

gitlab-runner をインストールする際の一番簡単な方法は、Visual LANSA IDE 実行時にログインしているユーザーを指定して、そのユーザーの Git セキュリティを使用するようにすることです。

...