Skip to content

Commit

Permalink
Merge pull request #19 from pmj/pmj/gitlab-start-command-shutdown-fix
Browse files Browse the repository at this point in the history
Fix GitLab start.command to shut down the VM instead of rebooting it
  • Loading branch information
Marcocanc committed May 31, 2023
2 parents 79b5755 + ff04680 commit bfb1b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VM Resources/Gitlab Runner/start.command
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ endpoint=$(cat "$endpoint_file")
/usr/local/bin/gitlab-runner run-single -u $endpoint -t $token --executor shell --env "FF_RESOLVE_FULL_TLS_CHAIN=1" --max-builds 1

# Shut down the VM after build is completed
sudo shutdown -r now
sudo shutdown -h now

0 comments on commit bfb1b4e

Please sign in to comment.