Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Sep 30, 2024
1 parent f4c40bb commit 4244c96
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
##############################################################################
name: Lint Code Base
# yamllint disable-line rule:truthy
permissions: read-all
on:
push:
pull_request:
permissions: read-all
jobs:
get-sloc:
name: Count Lines of Code
Expand Down
12 changes: 7 additions & 5 deletions ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,16 @@ function _vagrant_pull {
msg+="$name($version, $PROVIDER) box doesn't exist\n"
return
fi
# prettier-ignore-start
cat <<EOT >>.distros_supported.yml
$alias:
name: $name
vb_controller: $vb_controller
version: "$version"
project_id: $project_id
family: $family
name: $name
vb_controller: $vb_controller
version: "$version"
project_id: $project_id
family: $family
EOT
# prettier-ignore-end
}

if ! command -v vagrant >/dev/null; then
Expand Down
50 changes: 25 additions & 25 deletions distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
##############################################################################

rocky_9:
name: rockylinux/9
vb_controller: IDE Controller
version: "4.0.0"
project_id: rocky-linux-cloud
family: rocky-linux-9
name: rockylinux/9
vb_controller: IDE Controller
version: "4.0.0"
project_id: rocky-linux-cloud
family: rocky-linux-9
centos_8:
name: centos/stream8
vb_controller: IDE
version: "20210210.0"
project_id: centos-cloud
family: centos-stream-8
name: centos/stream8
vb_controller: IDE
version: "20210210.0"
project_id: centos-cloud
family: centos-stream-8
ubuntu_20:
name: generic/ubuntu2004
vb_controller: IDE Controller
version: "4.3.12"
project_id: ubuntu-os-cloud
family: ubuntu-2004-lts
name: generic/ubuntu2004
vb_controller: IDE Controller
version: "4.3.12"
project_id: ubuntu-os-cloud
family: ubuntu-2004-lts
ubuntu_22:
name: generic/ubuntu2204
vb_controller: IDE Controller
version: "4.3.12"
project_id: ubuntu-os-cloud
family: ubuntu-2204-lts
name: generic/ubuntu2204
vb_controller: IDE Controller
version: "4.3.12"
project_id: ubuntu-os-cloud
family: ubuntu-2204-lts
debian_11:
name: debian/bullseye64
vb_controller: SATA Controller
version: "11.20240905.1"
project_id: debian-cloud
family: debian-11
name: debian/bullseye64
vb_controller: SATA Controller
version: "11.20240905.1"
project_id: debian-cloud
family: debian-11

0 comments on commit 4244c96

Please sign in to comment.