Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Jan 4, 2024
1 parent e046200 commit 03fe1df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sumaform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
with:
repository: uyuni-project/sumaform
path: sumaform
- name: Download Feilong terraform provider asset
if: steps.tf_files.outputs.added_modified
uses: robinraju/[email protected]
with:
repository: Bischoff/terraform-provider-feilong
tag: v0.0.4
tarBall: true
extract: true
- name: Validate files
if: steps.tf_files.outputs.added_modified
env:
Expand All @@ -45,6 +53,9 @@ jobs:
TF_VAR_DEBLIKE_CLIENT_REPO: ""
TF_VAR_OPENSUSE_CLIENT_REPO: ""
run: |
# Install feilong terraform provider
ls
# Remove libvirt and feilong provider settings
sed -i \
-e '/provider *"/,/^[ \/#]*\}\s*$/d' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ terraform {
}

provider "libvirt" {
// test 9
uri = "qemu+tcp://suma-07.mgr.suse.de/system"
}

Expand Down

0 comments on commit 03fe1df

Please sign in to comment.