Skip to content

Commit

Permalink
Fix status check
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Wall <[email protected]>
  • Loading branch information
joakimk and p-wall committed Dec 2, 2024
1 parent a813eb0 commit d0d66ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/api/cloud_inits_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ def show
"while read -r env; do export \"$env\"; done < /etc/environment",
"systemctl stop sshd",
"systemctl disable sshd",
"curl https://maintenance.auctionet.dev/it-ran",
"curl https://maintenance.auctionet.dev/running; true",
"curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-latest-svc.sh | bash -s #{App.github_actions_runner_scope}",
"curl https://maintenance.auctionet.dev/it-ran; true",
"reboot",
],
}
Expand Down

0 comments on commit d0d66ee

Please sign in to comment.