Skip to content

Commit

Permalink
3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jun 27, 2024
1 parent 0712362 commit 6740293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-self-hosted-runner-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Create Self Hosted Runner AMI

on:
push:
branches: main
paths:
- self-hosted-runner.tf
# branches: main
# paths:
# - self-hosted-runner.tf

jobs:
create-self-hosted-runner-ami:
Expand Down
4 changes: 2 additions & 2 deletions self-hosted-runner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "aws_instance" "self_hosted_runner" {

# Uncomment when creating an AMI .

user_data = <<-EOL
/* user_data = <<-EOL
#!/bin/bash
echo "Starting user_data script..."
sudo apt-get update -y
Expand All @@ -62,7 +62,7 @@ resource "aws_instance" "self_hosted_runner" {
sudo chmod 7777 kuadrant-operator/hack
echo "user_data script execution completed."
touch /tmp/user_data_done
EOL
EOL */
}


Expand Down

0 comments on commit 6740293

Please sign in to comment.