install-runner.ps1 284 B

12345678
  1. #!/bin/bash -e
  2. user_name=ec2-user
  3. ## This wrapper file re-uses scripts in the /modules/runners/templates directory
  4. ## of this repo. These are the same that are used by the user_data functionality
  5. ## to bootstrap the instance if it is started from an existing AMI.
  6. ${install_runner}