-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry dnf commands + always install dev tools (#5358)
- Loading branch information
1 parent
da14b33
commit c266a95
Showing
2 changed files
with
55 additions
and
40 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
set -x | ||
set -euxo pipefail | ||
|
||
install_hooks() { | ||
pushd /home/$USER_NAME | ||
|
93 changes: 54 additions & 39 deletions
93
terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters