Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dact3d committed Oct 24, 2024
1 parent b23b759 commit a1812fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ee_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
package_manager_path: /usr/bin/microdnf
build_steps:
append_base:
- RUN microdnf install yum-utils && yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
- RUN microdnf install terraform
- RUN microdnf install yum-utils && yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo && microdnf install terraform

Check failure on line 35 in ee_builder.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[line-length]

Line too long (162 > 160 characters)
prepend_final:
- RUN pip3 install --upgrade pip setuptools

Expand Down

0 comments on commit a1812fe

Please sign in to comment.