Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
CI: update integration.yml to final location
CI: silence the yaml-truthy linter rule
Signed-off-by: Guido Grazioli <[email protected]>
  • Loading branch information
guidograzioli committed Aug 4, 2023
1 parent 6081c56 commit 60695fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ warn_list:
- no-free-form
- run-once[task]
- var-naming[no-role-prefix]
- yaml[truthy]
- galaxy[version-incorrect]

skip_list:
- jinja[spacing]
- yaml[truthy]

use_default_rules: true
parseable: true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
]
collection_pre_install: ''
integration:
uses: guidograzioli/kubernetes.kubevirt/.github/workflows/integration.yml@integration_tests
uses: kubevirt/kubevirt.core/.github/workflows/integration.yml@main
needs:
- unit-source
with:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: kubevirt
name: core
version: "0.1.0"
version: "0.1.1"
readme: README.md
authors:
- KubeVirt Project (kubevirt.io)
Expand Down

0 comments on commit 60695fd

Please sign in to comment.