Skip to content

Commit

Permalink
Install Ops Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Dec 6, 2024
1 parent 2488e2c commit 0a7f929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EventProcessors/GitHubWebhookEventProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ await GoogleClient.CreateInstance(
Key = "startup-script",
Value = $"""
#!/bin/sh -ex
curl -sSO https://dl.google.com/cloudagents/add-google-cloud-ops-agent-repo.sh
bash add-google-cloud-ops-agent-repo.sh --also-install
rm add-google-cloud-ops-agent-repo.sh
adduser --home /runner --shell /bin/sh runner
cd /runner
Expand Down

0 comments on commit 0a7f929

Please sign in to comment.